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

/linux-4.4.14/fs/
H A Deventpoll.c239 wait_queue_head_t *whead; member in struct:eppoll_entry
518 wait_queue_head_t *whead; ep_remove_wait_queue() local
522 whead = rcu_dereference(pwq->whead); ep_remove_wait_queue()
523 if (whead) ep_remove_wait_queue()
524 remove_wait_queue(whead, &pwq->wait); 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; ep_poll_callback()
1009 * whead = NULL above can race with ep_remove_wait_queue() ep_poll_callback()
1011 * can't use __remove_wait_queue(). whead->lock is held by ep_poll_callback()
1088 static void ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead, ep_ptable_queue_proc() argument
1096 pwq->whead = whead; ep_ptable_queue_proc()
1098 add_wait_queue(whead, &pwq->wait); ep_ptable_queue_proc()

Completed in 411 milliseconds