taglinefilesource code
fasync488drivers/char/n_tty.cif (tty->fasync)
fasync489drivers/char/n_tty.ckill_fasync(tty->fasync, SIGIO);
fasync571drivers/char/n_tty.cif (tty->fasync)
fasync572drivers/char/n_tty.ckill_fasync(tty->fasync, SIGIO);
fasync1157drivers/char/tty_io.cfor (fa = tty->fasync, prev = 0; fa; prev= fa, fa = fa->fa_next) {
fasync1170drivers/char/tty_io.cfa->fa_next = tty->fasync;
fasync1171drivers/char/tty_io.ctty->fasync = fa;
fasync1180drivers/char/tty_io.ctty->fasync = fa->fa_next;
fasync1182drivers/char/tty_io.cif (!tty->fasync && !tty->read_wait)
fasync1179drivers/net/ppp.ckill_fasync(ppp->tty->fasync, SIGIO);
fasync93fs/fcntl.cfilp->f_op->fasync)
fasync94fs/fcntl.cfilp->f_op->fasync(filp->f_inode, filp, 1);
fasync96fs/fcntl.cfilp->f_op->fasync)
fasync97fs/fcntl.cfilp->f_op->fasync(filp->f_inode, filp, 0);
fasync307include/linux/fs.hint (*fasync) (struct inode *, struct file *, int);
fasync203include/linux/tty.hstruct fasync_struct *fasync;