taglinefilesource code
wake_up_interruptible275include/linux/sched.hextern void wake_up_interruptible(struct wait_queue ** p);
wake_up_interruptible76kernel/chr_drv/atixlmouse.cwake_up_interruptible(&mouse.wait);
wake_up_interruptible56kernel/chr_drv/busmouse.cwake_up_interruptible(&mouse.wait);
wake_up_interruptible896kernel/chr_drv/console.cwake_up_interruptible(&tty->write_q.proc_list);
wake_up_interruptible157kernel/chr_drv/keyboard.cwake_up_interruptible(&keypress_wait);
wake_up_interruptible165kernel/chr_drv/keyboard.cwake_up_interruptible(&qp->proc_list);
wake_up_interruptible174kernel/chr_drv/keyboard.cwake_up_interruptible(&keypress_wait);
wake_up_interruptible185kernel/chr_drv/keyboard.cwake_up_interruptible(&qp->proc_list);
wake_up_interruptible63kernel/chr_drv/msbusmouse.cwake_up_interruptible(&mouse.wait);
wake_up_interruptible156kernel/chr_drv/psaux.cwake_up_interruptible(&queue->proc_list);
wake_up_interruptible27kernel/chr_drv/pty.cwake_up_interruptible(&tty->read_q.proc_list);
wake_up_interruptible30kernel/chr_drv/pty.cwake_up_interruptible(&tty->link->write_q.proc_list);
wake_up_interruptible52kernel/chr_drv/pty.cwake_up_interruptible(&from->write_q.proc_list);
wake_up_interruptible72kernel/chr_drv/pty.cwake_up_interruptible(&tty->read_q.proc_list);
wake_up_interruptible393kernel/chr_drv/serial.cwake_up_interruptible(&info->tty->write_q.proc_list);
wake_up_interruptible456kernel/chr_drv/serial.cwake_up_interruptible(&info->tty->write_q.proc_list);
wake_up_interruptible178kernel/chr_drv/tty_io.cwake_up_interruptible(&tty->secondary.proc_list);
wake_up_interruptible179kernel/chr_drv/tty_io.cwake_up_interruptible(&tty->read_q.proc_list);
wake_up_interruptible180kernel/chr_drv/tty_io.cwake_up_interruptible(&tty->write_q.proc_list);
wake_up_interruptible505kernel/chr_drv/tty_io.cwake_up_interruptible(&tty->secondary.proc_list);
wake_up_interruptible507kernel/chr_drv/tty_io.cwake_up_interruptible(&tty->write_q.proc_list);
wake_up_interruptible606kernel/chr_drv/tty_io.cwake_up_interruptible(&tty->read_q.proc_list);
wake_up_interruptible29kernel/chr_drv/tty_ioctl.cwake_up_interruptible(&queue->proc_list);
wake_up_interruptible38kernel/chr_drv/tty_ioctl.cwake_up_interruptible(&tty->read_q.proc_list);
wake_up_interruptible44kernel/chr_drv/tty_ioctl.cwake_up_interruptible(&tty->write_q.proc_list);
wake_up_interruptible53kernel/chr_drv/tty_ioctl.cwake_up_interruptible(&tty->write_q.proc_list);
wake_up_interruptible56kernel/chr_drv/tty_ioctl.cwake_up_interruptible(&tty->read_q.proc_list);
wake_up_interruptible38kernel/printk.cwake_up_interruptible(&log_wait);
wake_up_interruptible100kernel/printk.cwake_up_interruptible(&log_wait);