Searched refs:__remove_wait_queue (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/fs/ |
D | eventfd.c | 163 __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()
|
D | userfaultfd.c | 611 __remove_wait_queue(&ctx->fd_wqh, &wait); in userfaultfd_ctx_read()
|
D | eventpoll.c | 1643 __remove_wait_queue(&ep->wq, &wait); in ep_poll()
|
/linux-4.4.14/kernel/sched/ |
D | completion.c | 78 __remove_wait_queue(&x->wait, &wait); in do_wait_for_common()
|
D | wait.c | 50 __remove_wait_queue(q, wait); in remove_wait_queue()
|
/linux-4.4.14/include/linux/ |
D | wait.h | 143 __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/ |
D | amdgpu_fence.c | 726 __remove_wait_queue(&fence->ring->fence_drv.fence_queue, &fence->fence_wake); in amdgpu_fence_check_signaled()
|
/linux-4.4.14/drivers/pci/ |
D | access.c | 230 __remove_wait_queue(&pci_cfg_wait, &wait); in pci_wait_cfg()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 180 __remove_wait_queue(&fence->rdev->fence_queue, &fence->fence_wake); in radeon_fence_check_signaled()
|
/linux-4.4.14/net/unix/ |
D | af_unix.c | 362 __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/ |
D | dm-crypt.c | 1220 __remove_wait_queue(&cc->write_thread_wait, &wait); in dmcrypt_write()
|