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

/linux-master/include/linux/
H A Dwait.h205 __remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) function
784 __remove_wait_queue(&(wq), &__wait); \
/linux-master/kernel/sched/
H A Dwait.c55 __remove_wait_queue(wq_head, wq_entry);
/linux-master/fs/
H A Deventfd.c205 __remove_wait_queue(&ctx->wqh, wait);
H A Duserfaultfd.c590 * __remove_wait_queue ignores the head
594 __remove_wait_queue(&ctx->event_wqh, &ewq->wq);
651 __remove_wait_queue(&ctx->event_wqh, &ewq->wq);
1059 * changes __remove_wait_queue() to use
1066 * parameter of __remove_wait_queue() is unused
1122 __remove_wait_queue(&ctx->fd_wqh, &wait);
H A Deventpoll.c1358 * us, so we can't use __remove_wait_queue().
1991 * normal wakeup path no need to call __remove_wait_queue()
2048 __remove_wait_queue(&ep->wq, &wait);
/linux-master/fs/orangefs/
H A Dorangefs-bufmap.c61 __remove_wait_queue(&m->q, &wait);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_fence.c180 __remove_wait_queue(&fence->rdev->fence_queue, &fence->fence_wake);
/linux-master/net/unix/
H A Daf_unix.c449 __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait,
492 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake);
/linux-master/mm/
H A Dfilemap.c1652 __remove_wait_queue(q, &wait->wait);
/linux-master/drivers/md/
H A Ddm-integrity.c1543 __remove_wait_queue(&ic->endio_wait, &wait);

Completed in 223 milliseconds