Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Deventpoll.c249 wait_queue_head_t *whead; member
600 wait_queue_head_t *whead; in ep_remove_wait_queue() local
607 * we rely on whead->lock. in ep_remove_wait_queue()
609 whead = smp_load_acquire(&pwq->whead); in ep_remove_wait_queue()
610 if (whead) in ep_remove_wait_queue()
611 remove_wait_queue(whead, &pwq->wait); in ep_remove_wait_queue()
877 static void ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead,
1297 * ->whead = NULL and do another remove_wait_queue() after in ep_poll_callback()
1302 * ->whead ! in ep_poll_callback()
1317 ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead, poll_table *pt) ep_ptable_queue_proc() argument
[all...]
/kernel/linux/linux-6.6/fs/
H A Deventpoll.c121 wait_queue_head_t *whead; member
548 wait_queue_head_t *whead; in ep_remove_wait_queue() local
555 * we rely on whead->lock. in ep_remove_wait_queue()
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()
1252 * ->whead = NULL and do another remove_wait_queue() after in ep_poll_callback()
1257 * ->whead != NULL protects us from the race with in ep_poll_callback()
1259 * takes whead in ep_poll_callback()
1272 ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead, poll_table *pt) ep_ptable_queue_proc() argument
[all...]

Completed in 7 milliseconds