tag | line | file | source code |
open_wait | 597 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 604 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1456 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1553 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1579 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1648 | drivers/char/serial.c | add_wait_queue(&info->open_wait, &wait); |
open_wait | 1691 | drivers/char/serial.c | remove_wait_queue(&info->open_wait, &wait); |
open_wait | 2036 | drivers/char/serial.c | info->open_wait = 0; |
open_wait | 44 | include/linux/serial.h | struct wait_queue *open_wait; |