taglinefilesource code
fasync498drivers/char/n_tty.cif (tty->fasync)
fasync499drivers/char/n_tty.ckill_fasync(tty->fasync, SIGIO);
fasync581drivers/char/n_tty.cif (tty->fasync)
fasync582drivers/char/n_tty.ckill_fasync(tty->fasync, SIGIO);
fasync101drivers/char/psaux.cstruct fasync_struct *fasync;
fasync210drivers/char/psaux.cif (queue->fasync)
fasync211drivers/char/psaux.ckill_fasync(queue->fasync, SIGIO);
fasync233drivers/char/psaux.cif (queue->fasync)
fasync234drivers/char/psaux.ckill_fasync(queue->fasync, SIGIO);
fasync272drivers/char/psaux.cfor (fa = queue->fasync, prev = 0; fa; prev= fa, fa = fa->fa_next) {
fasync285drivers/char/psaux.cfa->fa_next = queue->fasync;
fasync286drivers/char/psaux.cqueue->fasync = fa;
fasync294drivers/char/psaux.cqueue->fasync = fa->fa_next;
fasync1229drivers/char/tty_io.cfor (fa = tty->fasync, prev = 0; fa; prev= fa, fa = fa->fa_next) {
fasync1242drivers/char/tty_io.cfa->fa_next = tty->fasync;
fasync1243drivers/char/tty_io.ctty->fasync = fa;
fasync1258drivers/char/tty_io.ctty->fasync = fa->fa_next;
fasync1260drivers/char/tty_io.cif (!tty->fasync && !tty->read_wait)
fasync1206drivers/net/ppp.ckill_fasync(ppp->tty->fasync, SIGIO);
fasync95fs/fcntl.cfilp->f_op->fasync)
fasync96fs/fcntl.cfilp->f_op->fasync(filp->f_inode, filp, 1);
fasync98fs/fcntl.cfilp->f_op->fasync)
fasync99fs/fcntl.cfilp->f_op->fasync(filp->f_inode, filp, 0);
fasync346include/linux/fs.hint (*fasync) (struct inode *, struct file *, int);
fasync214include/linux/tty.hstruct fasync_struct *fasync;