Searched refs:__remove_wait_queue (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/fs/ |
D | eventfd.c | 212 __remove_wait_queue(&ctx->wqh, wait); in eventfd_ctx_remove_wait_queue() 243 __remove_wait_queue(&ctx->wqh, &wait); in eventfd_read() 252 __remove_wait_queue(&ctx->wqh, &wait); in eventfd_read() 299 __remove_wait_queue(&ctx->wqh, &wait); in eventfd_write()
|
D | userfaultfd.c | 593 __remove_wait_queue(&ctx->event_wqh, &ewq->wq); in userfaultfd_event_wait_completion() 646 __remove_wait_queue(&ctx->event_wqh, &ewq->wq); in userfaultfd_event_complete() 1110 __remove_wait_queue(&ctx->fd_wqh, &wait); in userfaultfd_ctx_read()
|
D | eventpoll.c | 1900 __remove_wait_queue(&ep->wq, &wait); in ep_poll()
|
/linux-5.19.10/include/linux/ |
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-5.19.10/kernel/sched/ |
D | wait.c | 55 __remove_wait_queue(wq_head, wq_entry); in remove_wait_queue()
|
/linux-5.19.10/fs/orangefs/ |
D | orangefs-bufmap.c | 61 __remove_wait_queue(&m->q, &wait); in run_down()
|
/linux-5.19.10/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 181 __remove_wait_queue(&fence->rdev->fence_queue, &fence->fence_wake); in radeon_fence_check_signaled()
|
/linux-5.19.10/net/unix/ |
D | af_unix.c | 418 __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait, in unix_dgram_peer_wake_relay() 461 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_disconnect()
|
/linux-5.19.10/mm/ |
D | filemap.c | 1721 __remove_wait_queue(q, &wait->wait); in __folio_lock_async()
|
/linux-5.19.10/drivers/md/ |
D | dm-integrity.c | 1551 __remove_wait_queue(&ic->endio_wait, &wait); in sleep_on_endio_wait()
|