taglinefilesource code
fasync_struct1145drivers/char/tty_io.cstruct fasync_struct *fa, *prev;
fasync_struct1159drivers/char/tty_io.cfa = kmalloc(sizeof(struct fasync_struct), GFP_KERNEL);
fasync_struct1175drivers/char/tty_io.ckfree_s(fa, sizeof(struct fasync_struct));
fasync_struct126fs/fcntl.cvoid kill_fasync(struct fasync_struct *fa, int sig)
fasync_struct239include/linux/fs.hstruct fasync_struct  *fa_next; /* singly linked list */
fasync_struct341include/linux/fs.hextern void kill_fasync(struct fasync_struct *fa, int sig);
fasync_struct201include/linux/tty.hstruct fasync_struct *fasync;