| tag | line | file | source code |
| proc_list | 119 | drivers/char/psaux.c | struct wait_queue *proc_list; |
| proc_list | 233 | drivers/char/psaux.c | wake_up_interruptible(&queue->proc_list); |
| proc_list | 256 | drivers/char/psaux.c | wake_up_interruptible(&queue->proc_list); |
| proc_list | 433 | drivers/char/psaux.c | add_wait_queue(&queue->proc_list, &wait); |
| proc_list | 441 | drivers/char/psaux.c | remove_wait_queue(&queue->proc_list, &wait); |
| proc_list | 465 | drivers/char/psaux.c | select_wait(&queue->proc_list, wait); |
| proc_list | 518 | drivers/char/psaux.c | queue->proc_list = NULL; |