Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Dwait.c23 __add_wait_queue(wq_head, wq_entry); in add_wait_queue()
45 __add_wait_queue(wq_head, wq_entry); in add_wait_queue_priority()
267 __add_wait_queue(wq_head, wq_entry); in prepare_to_wait()
327 __add_wait_queue(wq_head, wq_entry); in prepare_to_wait_event()
/Linux-v6.1/fs/
Dfs_pin.c52 __add_wait_queue(&p->wait, &wait); in pin_kill()
Deventfd.c237 __add_wait_queue(&ctx->wqh, &wait); in eventfd_read()
286 __add_wait_queue(&ctx->wqh, &wait); in eventfd_write()
Duserfaultfd.c501 __add_wait_queue(&ctx->fault_pending_wqh, &uwq.wq); in handle_userfault()
576 __add_wait_queue(&ctx->event_wqh, &ewq->wq); in userfaultfd_event_wait_completion()
1025 __add_wait_queue(&ctx->fd_wqh, &wait); in userfaultfd_ctx_read()
1142 __add_wait_queue(&ctx->event_wqh, &uwq->wq); in userfaultfd_ctx_read()
/Linux-v6.1/include/linux/
Dwait.h171 static inline void __add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_en… in __add_wait_queue() function
191 __add_wait_queue(wq_head, wq_entry); in __add_wait_queue_exclusive()
/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_fence.c416 __add_wait_queue(&rdev->fence_queue, &fence->fence_wake); in radeon_fence_enable_signaling()
/Linux-v6.1/io_uring/
Dio-wq.c455 __add_wait_queue(&wq->hash->wait, &wqe->wait); in io_wait_on_hash()
/Linux-v6.1/drivers/md/
Ddm-snap.c1554 __add_wait_queue(&s->in_progress_wait, &wait); in wait_for_in_progress()
Ddm-integrity.c1548 __add_wait_queue(&ic->endio_wait, &wait); in sleep_on_endio_wait()
/Linux-v6.1/net/unix/
Daf_unix.c463 __add_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_connect()
/Linux-v6.1/block/
Dblk-mq.c1799 __add_wait_queue(wq, wait); in blk_mq_mark_tag_wait()