taglinefilesource code
fasync_struct69drivers/char/atixlmouse.cstruct fasync_struct *fasync;
fasync_struct115drivers/char/psaux.cstruct fasync_struct *fasync;
fasync_struct1263drivers/char/tty_io.cint fasync_helper(struct inode * inode, struct file * filp, int on, struct fasync_struct **fapp)
fasync_struct1265drivers/char/tty_io.cstruct fasync_struct *fa, **fp;
fasync_struct1276drivers/char/tty_io.cfa = (struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL);
fasync_struct162fs/fcntl.cvoid kill_fasync(struct fasync_struct *fa, int sig)
fasync_struct98include/linux/busmouse.hstruct fasync_struct *fasyncptr;
fasync_struct385include/linux/fs.hstruct fasync_struct  *fa_next; /* singly linked list */
fasync_struct391include/linux/fs.hextern int fasync_helper(struct inode *, struct file *, int, struct fasync_struct **);
fasync_struct512include/linux/fs.hextern void kill_fasync(struct fasync_struct *fa, int sig);
fasync_struct85include/linux/net.hstruct fasync_struct  *fasync_list;  /* Asynchronous wake up list  */
fasync_struct218include/linux/tty.hstruct fasync_struct *fasync;
fasync_struct444net/socket.cstruct fasync_struct *fa, *fna=NULL, **prev;
fasync_struct450net/socket.cfna=(struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL);
fasync_struct470net/socket.ckfree_s(fna,sizeof(struct fasync_struct));
fasync_struct484net/socket.ckfree_s(fa,sizeof(struct fasync_struct));