taglinefilesource code
fasync_struct69drivers/char/atixlmouse.cstruct fasync_struct *fasync;
fasync_struct115drivers/char/psaux.cstruct fasync_struct *fasync;
fasync_struct1239drivers/char/tty_io.cint fasync_helper(struct inode * inode, struct file * filp, int on, struct fasync_struct **fapp)
fasync_struct1241drivers/char/tty_io.cstruct fasync_struct *fa, **fp;
fasync_struct1252drivers/char/tty_io.cfa = (struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL);
fasync_struct174fs/fcntl.cvoid kill_fasync(struct fasync_struct *fa, int sig)
fasync_struct94include/linux/busmouse.hstruct fasync_struct *fasyncptr;
fasync_struct279include/linux/fs.hstruct fasync_struct  *fa_next; /* singly linked list */
fasync_struct285include/linux/fs.hextern int fasync_helper(struct inode *, struct file *, int, struct fasync_struct **);
fasync_struct393include/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_struct216include/linux/tty.hstruct fasync_struct *fasync;
fasync_struct432net/socket.cstruct fasync_struct *fa, *fna=NULL, **prev;
fasync_struct438net/socket.cfna=(struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL);
fasync_struct458net/socket.ckfree_s(fna,sizeof(struct fasync_struct));
fasync_struct472net/socket.ckfree_s(fa,sizeof(struct fasync_struct));