tag | line | file | source code |
open_wait | 599 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 606 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1458 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1555 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1581 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1650 | drivers/char/serial.c | add_wait_queue(&info->open_wait, &wait); |
open_wait | 1693 | drivers/char/serial.c | remove_wait_queue(&info->open_wait, &wait); |
open_wait | 2038 | drivers/char/serial.c | info->open_wait = 0; |
open_wait | 44 | include/linux/serial.h | struct wait_queue *open_wait; |