Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/sched/
Dwait.c24 __add_wait_queue(wq_head, wq_entry); in add_wait_queue()
46 __add_wait_queue(wq_head, wq_entry); in add_wait_queue_priority()
261 __add_wait_queue(wq_head, wq_entry); in prepare_to_wait()
321 __add_wait_queue(wq_head, wq_entry); in prepare_to_wait_event()
/Linux-v5.15/fs/
Dfs_pin.c52 __add_wait_queue(&p->wait, &wait); in pin_kill()
Deventfd.c237 __add_wait_queue(&ctx->wqh, &wait); in eventfd_read()
284 __add_wait_queue(&ctx->wqh, &wait); in eventfd_write()
Duserfaultfd.c496 __add_wait_queue(&ctx->fault_pending_wqh, &uwq.wq); in handle_userfault()
571 __add_wait_queue(&ctx->event_wqh, &ewq->wq); in userfaultfd_event_wait_completion()
1012 __add_wait_queue(&ctx->fd_wqh, &wait); in userfaultfd_ctx_read()
1129 __add_wait_queue(&ctx->event_wqh, &uwq->wq); in userfaultfd_ctx_read()
Dio-wq.c394 __add_wait_queue(&wq->hash->wait, &wqe->wait); in io_wait_on_hash()
/Linux-v5.15/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-v5.15/drivers/gpu/drm/radeon/
Dradeon_fence.c423 __add_wait_queue(&rdev->fence_queue, &fence->fence_wake); in radeon_fence_enable_signaling()
/Linux-v5.15/drivers/md/
Ddm-snap.c1573 __add_wait_queue(&s->in_progress_wait, &wait); in wait_for_in_progress()
Ddm-integrity.c1539 __add_wait_queue(&ic->endio_wait, &wait); in sleep_on_endio_wait()
/Linux-v5.15/net/unix/
Daf_unix.c398 __add_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_connect()
/Linux-v5.15/block/
Dblk-mq.c1175 __add_wait_queue(wq, wait); in blk_mq_mark_tag_wait()