Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c122 wait_queue_head_t *whead; member
668 wait_queue_head_t *whead; in ep_remove_wait_queue()
675 * we rely on whead->lock. in ep_remove_wait_queue()
677 whead = smp_load_acquire(&pwq->whead); in ep_remove_wait_queue()
678 if (whead) in ep_remove_wait_queue()
679 remove_wait_queue(whead, &pwq->wait);
1342 * ->whead = NULL and do another remove_wait_queue() after in ep_poll_callback()
1347 * ->whead != NULL protects us from the race with in ep_poll_callback()
1349 * takes whead in ep_poll_callback()
665 wait_queue_head_t *whead; ep_remove_wait_queue() local
1358 ep_ptable_queue_proc(struct file * file,wait_queue_head_t * whead,poll_table * pt) ep_ptable_queue_proc() argument
[all...]