tag | line | file | source code |
---|---|---|---|
interruptible_sleep_on | 39 | fs/fifo.c | interruptible_sleep_on(&PIPE_READ_WAIT(*inode)); |
interruptible_sleep_on | 62 | fs/fifo.c | interruptible_sleep_on(&PIPE_WRITE_WAIT(*inode)); |
interruptible_sleep_on | 27 | fs/pipe.c | interruptible_sleep_on(& PIPE_READ_WAIT(*inode)); |
interruptible_sleep_on | 70 | fs/pipe.c | interruptible_sleep_on(&PIPE_WRITE_WAIT(*inode)); |
interruptible_sleep_on | 230 | include/linux/sched.h | extern void interruptible_sleep_on(struct wait_queue ** p); |
interruptible_sleep_on | 34 | kernel/chr_drv/pty.c | interruptible_sleep_on(&tty->link->read_q->proc_list); |
interruptible_sleep_on | 122 | kernel/chr_drv/tty_io.c | interruptible_sleep_on(&queue->proc_list); |
interruptible_sleep_on | 299 | kernel/chr_drv/tty_io.c | interruptible_sleep_on(&tty->secondary->proc_list); |
interruptible_sleep_on | 375 | kernel/chr_drv/tty_io.c | interruptible_sleep_on(&tty->secondary->proc_list); |
interruptible_sleep_on | 425 | kernel/chr_drv/tty_io.c | interruptible_sleep_on(&tty->write_q->proc_list); |
interruptible_sleep_on | 77 | kernel/chr_drv/tty_ioctl.c | interruptible_sleep_on(&tty->write_q->proc_list); |
interruptible_sleep_on | 63 | kernel/printk.c | interruptible_sleep_on(&log_wait); |
interruptible_sleep_on | 178 | net/socket.c | interruptible_sleep_on(&socket_wait_free); |
interruptible_sleep_on | 383 | net/socket.c | interruptible_sleep_on(mysock->wait); |
interruptible_sleep_on | 592 | net/socket.c | interruptible_sleep_on(sock->wait); |
interruptible_sleep_on | 403 | net/unix.c | interruptible_sleep_on(sock->wait); |
interruptible_sleep_on | 472 | net/unix.c | interruptible_sleep_on(sock->wait); |