Searched refs:__add_wait_queue (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/
H A Dfs_pin.c52 __add_wait_queue(&p->wait, &wait);
H A Duserfaultfd.c504 * After the __add_wait_queue the uwq is visible to userland
507 __add_wait_queue(&ctx->fault_pending_wqh, &uwq.wq);
511 * __add_wait_queue.
578 * After the __add_wait_queue the uwq is visible to userland
581 __add_wait_queue(&ctx->event_wqh, &ewq->wq);
1033 __add_wait_queue(&ctx->fd_wqh, &wait);
1150 __add_wait_queue(&ctx->event_wqh, &uwq->wq);
/linux-master/kernel/sched/
H A Dwait.c23 __add_wait_queue(wq_head, wq_entry);
45 __add_wait_queue(wq_head, wq_entry);
236 __add_wait_queue(wq_head, wq_entry);
296 __add_wait_queue(wq_head, wq_entry);
/linux-master/include/linux/
H A Dwait.h169 static inline void __add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) function
189 __add_wait_queue(wq_head, wq_entry);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_fence.c412 __add_wait_queue(&rdev->fence_queue, &fence->fence_wake);
/linux-master/io_uring/
H A Dio-wq.c464 __add_wait_queue(&wq->hash->wait, &wq->wait);
/linux-master/drivers/md/
H A Ddm-snap.c1554 __add_wait_queue(&s->in_progress_wait, &wait);
H A Ddm-integrity.c1538 __add_wait_queue(&ic->endio_wait, &wait);
/linux-master/block/
H A Dblk-mq.c1847 __add_wait_queue(wq, wait);
/linux-master/net/unix/
H A Daf_unix.c473 __add_wait_queue(&u_other->peer_wait, &u->peer_wake);

Completed in 504 milliseconds