Home
last modified time | relevance | path

Searched refs:whead (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/
Deventpoll.c239 wait_queue_head_t *whead; member
518 wait_queue_head_t *whead; in ep_remove_wait_queue() local
522 whead = rcu_dereference(pwq->whead); in ep_remove_wait_queue()
523 if (whead) in ep_remove_wait_queue()
524 remove_wait_queue(whead, &pwq->wait); in ep_remove_wait_queue()
828 static void ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead,
1007 ep_pwq_from_wait(wait)->whead = NULL; in ep_poll_callback()
1088 static void ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead, in ep_ptable_queue_proc() argument
1096 pwq->whead = whead; in ep_ptable_queue_proc()
1098 add_wait_queue(whead, &pwq->wait); in ep_ptable_queue_proc()