taglinefilesource code
fapp1244drivers/char/tty_io.cint fasync_helper(struct inode * inode, struct file * filp, int on, struct fasync_struct **fapp)
fapp1249drivers/char/tty_io.cfor (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) {
fapp1264drivers/char/tty_io.cfa->fa_next = *fapp;
fapp1265drivers/char/tty_io.c*fapp = fa;