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 | 424 | drivers/char/psaux.c | add_wait_queue(&queue->proc_list, &wait); |
proc_list | 432 | drivers/char/psaux.c | remove_wait_queue(&queue->proc_list, &wait); |
proc_list | 456 | drivers/char/psaux.c | select_wait(&queue->proc_list, wait); |
proc_list | 514 | drivers/char/psaux.c | queue->proc_list = NULL; |