taglinefilesource code
fasync77drivers/char/atixlmouse.cstruct fasync_struct *fasync;
fasync97drivers/char/atixlmouse.cif (mouse.fasync)
fasync98drivers/char/atixlmouse.ckill_fasync(mouse.fasync, SIGIO);
fasync107drivers/char/atixlmouse.cretval = fasync_helper(inode, filp, on, &mouse.fasync);
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);
fasync120drivers/char/psaux.cstruct fasync_struct *fasync;
fasync231drivers/char/psaux.cif (queue->fasync)
fasync232drivers/char/psaux.ckill_fasync(queue->fasync, SIGIO);
fasync254drivers/char/psaux.cif (queue->fasync)
fasync255drivers/char/psaux.ckill_fasync(queue->fasync, SIGIO);
fasync297drivers/char/psaux.cretval = fasync_helper(inode, filp, on, &queue->fasync);
fasync1277drivers/char/tty_io.cretval = fasync_helper(inode, filp, on, &tty->fasync);
fasync1291drivers/char/tty_io.cif (!tty->fasync && !tty->read_wait)
fasync1410drivers/net/ppp.cif (ppp->tty->fasync != NULL)
fasync1411drivers/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);
fasync345include/linux/fs.hint (*fasync) (struct inode *, struct file *, int);
fasync214include/linux/tty.hstruct fasync_struct *fasync;