taglinefilesource code
fasync485drivers/char/n_tty.cif (tty->fasync)
fasync486drivers/char/n_tty.ckill_fasync(tty->fasync, SIGIO);
fasync568drivers/char/n_tty.cif (tty->fasync)
fasync569drivers/char/n_tty.ckill_fasync(tty->fasync, SIGIO);
fasync1151drivers/char/tty_io.cfor (fa = tty->fasync, prev = 0; fa; prev= fa, fa = fa->fa_next) {
fasync1164drivers/char/tty_io.cfa->fa_next = tty->fasync;
fasync1165drivers/char/tty_io.ctty->fasync = fa;
fasync1174drivers/char/tty_io.ctty->fasync = fa->fa_next;
fasync1176drivers/char/tty_io.cif (!tty->fasync && !tty->read_wait)
fasync1174drivers/net/ppp.ckill_fasync(ppp->tty->fasync, SIGIO);
fasync87fs/fcntl.cfilp->f_op->fasync)
fasync88fs/fcntl.cfilp->f_op->fasync(filp->f_inode, filp, 1);
fasync90fs/fcntl.cfilp->f_op->fasync)
fasync91fs/fcntl.cfilp->f_op->fasync(filp->f_inode, filp, 0);
fasync294include/linux/fs.hint (*fasync) (struct inode *, struct file *, int);
fasync201include/linux/tty.hstruct fasync_struct *fasync;