taglinefilesource code
fasync_struct1207drivers/char/tty_io.cstruct fasync_struct *fa, *prev;
fasync_struct1221drivers/char/tty_io.cfa = (struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL);
fasync_struct1243drivers/char/tty_io.ckfree_s(fa, sizeof(struct fasync_struct));
fasync_struct174fs/fcntl.cvoid kill_fasync(struct fasync_struct *fa, int sig)
fasync_struct282include/linux/fs.hstruct fasync_struct  *fa_next; /* singly linked list */
fasync_struct386include/linux/fs.hextern void kill_fasync(struct fasync_struct *fa, int sig);
fasync_struct83include/linux/net.hstruct fasync_struct  *fasync_list;  /* Asynchronous wake up list  */
fasync_struct209include/linux/tty.hstruct fasync_struct *fasync;
fasync_struct441net/socket.cstruct fasync_struct *fa, *fna=NULL, **prev;
fasync_struct447net/socket.cfna=(struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL);
fasync_struct467net/socket.ckfree_s(fna,sizeof(struct fasync_struct));
fasync_struct481net/socket.ckfree_s(fa,sizeof(struct fasync_struct));