taglinefilesource code
fasync_struct77drivers/char/atixlmouse.cstruct fasync_struct *fasync;
fasync_struct120drivers/char/psaux.cstruct fasync_struct *fasync;
fasync_struct1233drivers/char/tty_io.cint fasync_helper(struct inode * inode, struct file * filp, int on, struct fasync_struct **fapp)
fasync_struct1235drivers/char/tty_io.cstruct fasync_struct *fa, **fp;
fasync_struct1246drivers/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_struct214include/linux/tty.hstruct fasync_struct *fasync;
fasync_struct412net/socket.cstruct fasync_struct *fa, *fna=NULL, **prev;
fasync_struct418net/socket.cfna=(struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL);
fasync_struct438net/socket.ckfree_s(fna,sizeof(struct fasync_struct));
fasync_struct452net/socket.ckfree_s(fa,sizeof(struct fasync_struct));