Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Deventfd.c188 __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()
Duserfaultfd.c605 __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()
Deventpoll.c1825 __remove_wait_queue(&ep->wq, &wait); in ep_poll()
/Linux-v4.19/kernel/sched/
Dcompletion.c86 __remove_wait_queue(&x->wait, &wait); in do_wait_for_common()
Dwait.c44 __remove_wait_queue(wq_head, wq_entry); in remove_wait_queue()
/Linux-v4.19/include/linux/
Dwait.h182 __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/
Dorangefs-bufmap.c61 __remove_wait_queue(&m->q, &wait); in run_down()
/Linux-v4.19/drivers/pci/
Daccess.c217 __remove_wait_queue(&pci_cfg_wait, &wait); in pci_wait_cfg()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_fence.c182 __remove_wait_queue(&fence->rdev->fence_queue, &fence->fence_wake); in radeon_fence_check_signaled()
/Linux-v4.19/net/unix/
Daf_unix.c363 __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/
Ddm-integrity.c1174 __remove_wait_queue(&ic->endio_wait, &wait); in sleep_on_endio_wait()