taglinefilesource code
fasync69drivers/char/atixlmouse.cstruct fasync_struct *fasync;
fasync90drivers/char/atixlmouse.cif (mouse.fasync)
fasync91drivers/char/atixlmouse.ckill_fasync(mouse.fasync, SIGIO);
fasync100drivers/char/atixlmouse.cretval = fasync_helper(inode, filp, on, &mouse.fasync);
fasync505drivers/char/n_tty.cif (tty->fasync)
fasync506drivers/char/n_tty.ckill_fasync(tty->fasync, SIGIO);
fasync588drivers/char/n_tty.cif (tty->fasync)
fasync589drivers/char/n_tty.ckill_fasync(tty->fasync, SIGIO);
fasync115drivers/char/psaux.cstruct fasync_struct *fasync;
fasync226drivers/char/psaux.cif (queue->fasync)
fasync227drivers/char/psaux.ckill_fasync(queue->fasync, SIGIO);
fasync249drivers/char/psaux.cif (queue->fasync)
fasync250drivers/char/psaux.ckill_fasync(queue->fasync, SIGIO);
fasync292drivers/char/psaux.cretval = fasync_helper(inode, filp, on, &queue->fasync);
fasync1305drivers/char/tty_io.cretval = fasync_helper(inode, filp, on, &tty->fasync);
fasync1319drivers/char/tty_io.cif (!tty->fasync && !tty->read_wait)
fasync1406drivers/net/ppp.cif (ppp->tty->fasync != NULL)
fasync1407drivers/net/ppp.ckill_fasync (ppp->tty->fasync, SIGIO);
fasync85fs/fcntl.cfilp->f_op->fasync)
fasync86fs/fcntl.cfilp->f_op->fasync(filp->f_inode, filp, 1);
fasync88fs/fcntl.cfilp->f_op->fasync)
fasync89fs/fcntl.cfilp->f_op->fasync(filp->f_inode, filp, 0);
fasync414include/linux/fs.hint (*fasync) (struct inode *, struct file *, int);
fasync214include/linux/tty.hstruct fasync_struct *fasync;