taglinefilesource code
proc_list67include/linux/tty.hstruct wait_queue * proc_list;
proc_list902kernel/chr_drv/console.cwake_up(&tty->write_q->proc_list);
proc_list134kernel/chr_drv/keyboard.cwake_up(&qp->proc_list);
proc_list149kernel/chr_drv/keyboard.cwake_up(&qp->proc_list);
proc_list30kernel/chr_drv/pty.cwake_up(&tty->read_q->proc_list);
proc_list34kernel/chr_drv/pty.cinterruptible_sleep_on(&tty->link->read_q->proc_list);
proc_list45kernel/chr_drv/pty.cwake_up(&tty->read_q->proc_list);
proc_list46kernel/chr_drv/pty.cwake_up(&tty->link->write_q->proc_list);
proc_list70kernel/chr_drv/pty.cwake_up(&from->write_q->proc_list);
proc_list86kernel/chr_drv/serial.cwake_up(&queue->proc_list);
proc_list122kernel/chr_drv/tty_io.cinterruptible_sleep_on(&queue->proc_list);
proc_list250kernel/chr_drv/tty_io.cwake_up(&tty->secondary->proc_list);
proc_list251kernel/chr_drv/tty_io.cif (tty->write_q->proc_list && LEFT(tty->write_q) > TTY_BUF_SIZE/2)
proc_list252kernel/chr_drv/tty_io.cwake_up(&tty->write_q->proc_list);
proc_list299kernel/chr_drv/tty_io.cinterruptible_sleep_on(&tty->secondary->proc_list);
proc_list363kernel/chr_drv/tty_io.cwake_up(&tty->read_q->proc_list);
proc_list375kernel/chr_drv/tty_io.cinterruptible_sleep_on(&tty->secondary->proc_list);
proc_list425kernel/chr_drv/tty_io.cinterruptible_sleep_on(&tty->write_q->proc_list);
proc_list601kernel/chr_drv/tty_io.cselect_wait(&tty->secondary->proc_list, wait);
proc_list606kernel/chr_drv/tty_io.cselect_wait(&tty->write_q->proc_list, wait);
proc_list30kernel/chr_drv/tty_ioctl.cwake_up(&queue->proc_list);
proc_list38kernel/chr_drv/tty_ioctl.cwake_up(&tty->read_q->proc_list);
proc_list46kernel/chr_drv/tty_ioctl.cwake_up(&tty->write_q->proc_list);
proc_list54kernel/chr_drv/tty_ioctl.cwake_up(&tty->write_q->proc_list);
proc_list59kernel/chr_drv/tty_ioctl.cwake_up(&tty->read_q->proc_list);
proc_list77kernel/chr_drv/tty_ioctl.cinterruptible_sleep_on(&tty->write_q->proc_list);