Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Deventfd.c163 __remove_wait_queue(&ctx->wqh, wait); in eventfd_ctx_remove_wait_queue()
212 __remove_wait_queue(&ctx->wqh, &wait); in eventfd_ctx_read()
276 __remove_wait_queue(&ctx->wqh, &wait); in eventfd_write()
Duserfaultfd.c611 __remove_wait_queue(&ctx->fd_wqh, &wait); in userfaultfd_ctx_read()
Deventpoll.c1643 __remove_wait_queue(&ep->wq, &wait); in ep_poll()
/linux-4.4.14/kernel/sched/
Dcompletion.c78 __remove_wait_queue(&x->wait, &wait); in do_wait_for_common()
Dwait.c50 __remove_wait_queue(q, wait); in remove_wait_queue()
/linux-4.4.14/include/linux/
Dwait.h143 __remove_wait_queue(wait_queue_head_t *head, wait_queue_t *old) in __remove_wait_queue() function
591 __remove_wait_queue(&(wq), &__wait); \
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_fence.c726 __remove_wait_queue(&fence->ring->fence_drv.fence_queue, &fence->fence_wake); in amdgpu_fence_check_signaled()
/linux-4.4.14/drivers/pci/
Daccess.c230 __remove_wait_queue(&pci_cfg_wait, &wait); in pci_wait_cfg()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_fence.c180 __remove_wait_queue(&fence->rdev->fence_queue, &fence->fence_wake); in radeon_fence_check_signaled()
/linux-4.4.14/net/unix/
Daf_unix.c362 __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait, in unix_dgram_peer_wake_relay()
405 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_disconnect()
/linux-4.4.14/drivers/md/
Ddm-crypt.c1220 __remove_wait_queue(&cc->write_thread_wait, &wait); in dmcrypt_write()