tag | line | file | source code |
open_wait | 30 | drivers/char/pty.c | struct wait_queue * open_wait; |
open_wait | 152 | drivers/char/pty.c | wake_up_interruptible(&pty->open_wait); |
open_wait | 156 | drivers/char/pty.c | interruptible_sleep_on(&pty->open_wait); |
open_wait | 453 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 679 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1659 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1743 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1765 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1834 | drivers/char/serial.c | add_wait_queue(&info->open_wait, &wait); |
open_wait | 1877 | drivers/char/serial.c | remove_wait_queue(&info->open_wait, &wait); |
open_wait | 2258 | drivers/char/serial.c | info->open_wait = 0; |
open_wait | 114 | include/linux/serial.h | struct wait_queue *open_wait; |