taglinefilesource code
fasync_struct101drivers/char/psaux.cstruct fasync_struct *fasync;
fasync_struct270drivers/char/psaux.cstruct fasync_struct *fa, *prev;
fasync_struct280drivers/char/psaux.cfa = (struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL);
fasync_struct295drivers/char/psaux.ckfree_s(fa, sizeof(struct fasync_struct));
fasync_struct1223drivers/char/tty_io.cstruct fasync_struct *fa, *prev;
fasync_struct1237drivers/char/tty_io.cfa = (struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL);
fasync_struct1259drivers/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_struct394include/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_struct409net/socket.cstruct fasync_struct *fa, *fna=NULL, **prev;
fasync_struct415net/socket.cfna=(struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL);
fasync_struct435net/socket.ckfree_s(fna,sizeof(struct fasync_struct));
fasync_struct449net/socket.ckfree_s(fa,sizeof(struct fasync_struct));