Searched refs:__remove_wait_queue (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/fs/ |
D | eventfd.c | 188 __remove_wait_queue(&ctx->wqh, wait); in eventfd_ctx_remove_wait_queue() 228 __remove_wait_queue(&ctx->wqh, &wait); in eventfd_read() 278 __remove_wait_queue(&ctx->wqh, &wait); in eventfd_write()
|
D | userfaultfd.c | 605 __remove_wait_queue(&ctx->event_wqh, &ewq->wq); in userfaultfd_event_wait_completion() 657 __remove_wait_queue(&ctx->event_wqh, &ewq->wq); in userfaultfd_event_complete() 1119 __remove_wait_queue(&ctx->fd_wqh, &wait); in userfaultfd_ctx_read()
|
D | eventpoll.c | 1825 __remove_wait_queue(&ep->wq, &wait); in ep_poll()
|
/Linux-v4.19/kernel/sched/ |
D | completion.c | 86 __remove_wait_queue(&x->wait, &wait); in do_wait_for_common()
|
D | wait.c | 44 __remove_wait_queue(wq_head, wq_entry); in remove_wait_queue()
|
/Linux-v4.19/include/linux/ |
D | wait.h | 182 __remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __remove_wait_queue() function 730 __remove_wait_queue(&(wq), &__wait); \
|
/Linux-v4.19/fs/orangefs/ |
D | orangefs-bufmap.c | 61 __remove_wait_queue(&m->q, &wait); in run_down()
|
/Linux-v4.19/drivers/pci/ |
D | access.c | 217 __remove_wait_queue(&pci_cfg_wait, &wait); in pci_wait_cfg()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 182 __remove_wait_queue(&fence->rdev->fence_queue, &fence->fence_wake); in radeon_fence_check_signaled()
|
/Linux-v4.19/net/unix/ |
D | af_unix.c | 363 __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait, in unix_dgram_peer_wake_relay() 406 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_disconnect()
|
/Linux-v4.19/drivers/md/ |
D | dm-integrity.c | 1174 __remove_wait_queue(&ic->endio_wait, &wait); in sleep_on_endio_wait()
|