tag | line | file | source code |
open_wait | 951 | drivers/char/cyclades.c | wake_up_interruptible(&info->open_wait); |
open_wait | 956 | drivers/char/cyclades.c | wake_up_interruptible(&info->open_wait); |
open_wait | 2242 | drivers/char/cyclades.c | wake_up_interruptible(&info->open_wait); |
open_wait | 2324 | drivers/char/cyclades.c | wake_up_interruptible(&info->open_wait); |
open_wait | 2362 | drivers/char/cyclades.c | wake_up_interruptible(&info->open_wait); |
open_wait | 2439 | drivers/char/cyclades.c | add_wait_queue(&info->open_wait, &wait); |
open_wait | 2501 | drivers/char/cyclades.c | remove_wait_queue(&info->open_wait, &wait); |
open_wait | 2818 | drivers/char/cyclades.c | info->open_wait = 0; |
open_wait | 2882 | drivers/char/cyclades.c | info->session, info->pgrp, (long)info->open_wait); |
open_wait | 31 | drivers/char/pty.c | struct wait_queue * open_wait; |
open_wait | 203 | drivers/char/pty.c | wake_up_interruptible(&pty->open_wait); |
open_wait | 208 | drivers/char/pty.c | interruptible_sleep_on(&pty->open_wait); |
open_wait | 465 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 727 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 1942 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 2058 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 2081 | drivers/char/serial.c | wake_up_interruptible(&info->open_wait); |
open_wait | 2159 | drivers/char/serial.c | add_wait_queue(&info->open_wait, &wait); |
open_wait | 2202 | drivers/char/serial.c | remove_wait_queue(&info->open_wait, &wait); |
open_wait | 2620 | drivers/char/serial.c | info->open_wait = 0; |
open_wait | 60 | include/linux/cyclades.h | struct wait_queue *open_wait; |
open_wait | 145 | include/linux/serial.h | struct wait_queue *open_wait; |