taglinefilesource code
fasync_struct69drivers/char/atixlmouse.cstruct fasync_struct *fasync;
fasync_struct115drivers/char/psaux.cstruct fasync_struct *fasync;
fasync_struct1244drivers/char/tty_io.cint fasync_helper(struct inode * inode, struct file * filp, int on, struct fasync_struct **fapp)
fasync_struct1246drivers/char/tty_io.cstruct fasync_struct *fa, **fp;
fasync_struct1257drivers/char/tty_io.cfa = (struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL);
fasync_struct164fs/fcntl.cvoid kill_fasync(struct fasync_struct *fa, int sig)
fasync_struct94include/linux/busmouse.hstruct fasync_struct *fasyncptr;
fasync_struct306include/linux/fs.hstruct fasync_struct  *fa_next; /* singly linked list */
fasync_struct312include/linux/fs.hextern int fasync_helper(struct inode *, struct file *, int, struct fasync_struct **);
fasync_struct420include/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_struct214include/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));