Searched refs:__remove_wait_queue (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/fs/ |
A D | eventfd.c | 217 __remove_wait_queue(&ctx->wqh, wait); in eventfd_ctx_remove_wait_queue() 248 __remove_wait_queue(&ctx->wqh, &wait); in eventfd_read() 257 __remove_wait_queue(&ctx->wqh, &wait); in eventfd_read() 306 __remove_wait_queue(&ctx->wqh, &wait); in eventfd_write()
|
A D | userfaultfd.c | 614 __remove_wait_queue(&ctx->event_wqh, &ewq->wq); in userfaultfd_event_wait_completion() 670 __remove_wait_queue(&ctx->event_wqh, &ewq->wq); in userfaultfd_event_complete() 1139 __remove_wait_queue(&ctx->fd_wqh, &wait); in userfaultfd_ctx_read()
|
A D | eventpoll.c | 1902 __remove_wait_queue(&ep->wq, &wait); in ep_poll()
|
/linux-6.3-rc2/include/linux/ |
A D | wait.h | 207 __remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __remove_wait_queue() function 785 __remove_wait_queue(&(wq), &__wait); \
|
/linux-6.3-rc2/kernel/sched/ |
A D | wait.c | 55 __remove_wait_queue(wq_head, wq_entry); in remove_wait_queue()
|
/linux-6.3-rc2/fs/orangefs/ |
A D | orangefs-bufmap.c | 61 __remove_wait_queue(&m->q, &wait); in run_down()
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | radeon_fence.c | 181 __remove_wait_queue(&fence->rdev->fence_queue, &fence->fence_wake); in radeon_fence_check_signaled()
|
/linux-6.3-rc2/net/unix/ |
A D | af_unix.c | 440 __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait, in unix_dgram_peer_wake_relay() 483 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_disconnect()
|
/linux-6.3-rc2/mm/ |
A D | filemap.c | 1695 __remove_wait_queue(q, &wait->wait); in __folio_lock_async()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-integrity.c | 1568 __remove_wait_queue(&ic->endio_wait, &wait); in sleep_on_endio_wait()
|
Completed in 38 milliseconds