taglinefilesource code
interruptible_sleep_on39fs/fifo.cinterruptible_sleep_on(&PIPE_READ_WAIT(*inode));
interruptible_sleep_on62fs/fifo.cinterruptible_sleep_on(&PIPE_WRITE_WAIT(*inode));
interruptible_sleep_on27fs/pipe.cinterruptible_sleep_on(& PIPE_READ_WAIT(*inode));
interruptible_sleep_on70fs/pipe.cinterruptible_sleep_on(&PIPE_WRITE_WAIT(*inode));
interruptible_sleep_on230include/linux/sched.hextern void interruptible_sleep_on(struct wait_queue ** p);
interruptible_sleep_on34kernel/chr_drv/pty.cinterruptible_sleep_on(&tty->link->read_q->proc_list);
interruptible_sleep_on122kernel/chr_drv/tty_io.cinterruptible_sleep_on(&queue->proc_list);
interruptible_sleep_on299kernel/chr_drv/tty_io.cinterruptible_sleep_on(&tty->secondary->proc_list);
interruptible_sleep_on375kernel/chr_drv/tty_io.cinterruptible_sleep_on(&tty->secondary->proc_list);
interruptible_sleep_on425kernel/chr_drv/tty_io.cinterruptible_sleep_on(&tty->write_q->proc_list);
interruptible_sleep_on77kernel/chr_drv/tty_ioctl.cinterruptible_sleep_on(&tty->write_q->proc_list);
interruptible_sleep_on63kernel/printk.cinterruptible_sleep_on(&log_wait);
interruptible_sleep_on178net/socket.cinterruptible_sleep_on(&socket_wait_free);
interruptible_sleep_on383net/socket.cinterruptible_sleep_on(mysock->wait);
interruptible_sleep_on592net/socket.cinterruptible_sleep_on(sock->wait);
interruptible_sleep_on403net/unix.cinterruptible_sleep_on(sock->wait);
interruptible_sleep_on472net/unix.cinterruptible_sleep_on(sock->wait);