Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Deventpoll.c121 wait_queue_head_t *whead; member
548 wait_queue_head_t *whead; in ep_remove_wait_queue() local
557 whead = smp_load_acquire(&pwq->whead); in ep_remove_wait_queue()
558 if (whead) in ep_remove_wait_queue()
559 remove_wait_queue(whead, &pwq->wait); in ep_remove_wait_queue()
1298 smp_store_release(&ep_pwq_from_wait(wait)->whead, NULL); in ep_poll_callback()
1308 static void ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead, in ep_ptable_queue_proc() argument
1325 pwq->whead = whead; in ep_ptable_queue_proc()
1328 add_wait_queue_exclusive(whead, &pwq->wait); in ep_ptable_queue_proc()
1330 add_wait_queue(whead, &pwq->wait); in ep_ptable_queue_proc()