Searched refs:__remove_wait_queue (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/fs/ |
H A D | eventfd.c | 163 __remove_wait_queue(&ctx->wqh, wait); eventfd_ctx_remove_wait_queue() 212 __remove_wait_queue(&ctx->wqh, &wait); eventfd_ctx_read() 276 __remove_wait_queue(&ctx->wqh, &wait); eventfd_write()
|
H A D | eventpoll.c | 1011 * can't use __remove_wait_queue(). whead->lock is held by ep_poll_callback() 1643 __remove_wait_queue(&ep->wq, &wait); ep_poll()
|
/linux-4.1.27/kernel/sched/ |
H A D | completion.c | 78 __remove_wait_queue(&x->wait, &wait); do_wait_for_common()
|
H A D | wait.c | 50 __remove_wait_queue(q, wait); remove_wait_queue()
|
/linux-4.1.27/drivers/pci/ |
H A D | access.c | 230 __remove_wait_queue(&pci_cfg_wait, &wait); pci_wait_cfg()
|
/linux-4.1.27/include/linux/ |
H A D | wait.h | 143 __remove_wait_queue(wait_queue_head_t *head, wait_queue_t *old) __remove_wait_queue() function 578 __remove_wait_queue(&(wq), &__wait); \
|
/linux-4.1.27/net/unix/ |
H A D | af_unix.c | 352 __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait, unix_dgram_peer_wake_relay() 395 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake); unix_dgram_peer_wake_disconnect()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_fence.c | 180 __remove_wait_queue(&fence->rdev->fence_queue, &fence->fence_wake); radeon_fence_check_signaled()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-crypt.c | 1208 __remove_wait_queue(&cc->write_thread_wait, &wait); dmcrypt_write()
|
Completed in 135 milliseconds