taglinefilesource code
fasync_struct1161drivers/char/tty_io.cstruct fasync_struct *fa, *prev;
fasync_struct1175drivers/char/tty_io.cfa = (struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL);
fasync_struct1197drivers/char/tty_io.ckfree_s(fa, sizeof(struct fasync_struct));
fasync_struct174fs/fcntl.cvoid kill_fasync(struct fasync_struct *fa, int sig)
fasync_struct279include/linux/fs.hstruct fasync_struct  *fa_next; /* singly linked list */
fasync_struct382include/linux/fs.hextern void kill_fasync(struct fasync_struct *fa, int sig);
fasync_struct80include/linux/net.hstruct fasync_struct  *fasync_list;  /* Asynchronous wake up list  */
fasync_struct209include/linux/tty.hstruct fasync_struct *fasync;
fasync_struct503net/socket.cstruct fasync_struct *fa, *fna=NULL, **prev;
fasync_struct509net/socket.cfna=(struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL);
fasync_struct529net/socket.ckfree_s(fna,sizeof(struct fasync_struct));
fasync_struct543net/socket.ckfree_s(fa,sizeof(struct fasync_struct));