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
665 wait_queue_head_t *whead; in ep_remove_wait_queue() local
672 * we rely on whead->lock. in ep_remove_wait_queue()
674 whead = smp_load_acquire(&pwq->whead); in ep_remove_wait_queue()
675 if (whead) in ep_remove_wait_queue()
676 remove_wait_queue(whead, &pwq->wait); in ep_remove_wait_queue()
1425 * ->whead = NULL and do another remove_wait_queue() after in ep_poll_callback()
1430 * ->whead != NULL protects us from the race with in ep_poll_callback()
1432 * takes whead in ep_poll_callback()
1445 ep_ptable_queue_proc(struct file * file,wait_queue_head_t * whead,poll_table * pt) ep_ptable_queue_proc() argument
[all...]