tag | line | file | source code |
proc_list | 114 | drivers/char/psaux.c | struct wait_queue *proc_list; |
proc_list | 228 | drivers/char/psaux.c | wake_up_interruptible(&queue->proc_list); |
proc_list | 251 | drivers/char/psaux.c | wake_up_interruptible(&queue->proc_list); |
proc_list | 428 | drivers/char/psaux.c | add_wait_queue(&queue->proc_list, &wait); |
proc_list | 436 | drivers/char/psaux.c | remove_wait_queue(&queue->proc_list, &wait); |
proc_list | 460 | drivers/char/psaux.c | select_wait(&queue->proc_list, wait); |
proc_list | 513 | drivers/char/psaux.c | queue->proc_list = NULL; |