Searched refs:__remove_wait_queue (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | wait.h | 207 __remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __remove_wait_queue() function 790 __remove_wait_queue(&(wq), &__wait); \
|
| /linux/kernel/sched/ |
| H A D | wait.c | 74 __remove_wait_queue(wq_head, wq_entry); in remove_wait_queue()
|
| /linux/fs/orangefs/ |
| H A D | orangefs-bufmap.c | 61 __remove_wait_queue(&m->q, &wait); in run_down()
|
| /linux/fs/ |
| H A D | userfaultfd.c | 590 __remove_wait_queue(&ctx->event_wqh, &ewq->wq); in userfaultfd_event_wait_completion() 632 __remove_wait_queue(&ctx->event_wqh, &ewq->wq); in userfaultfd_event_complete() 1099 __remove_wait_queue(&ctx->fd_wqh, &wait); in userfaultfd_ctx_read()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_fence.c | 181 __remove_wait_queue(&fence->rdev->fence_queue, &fence->fence_wake); in radeon_fence_check_signaled()
|
| /linux/mm/ |
| H A D | filemap.c | 1730 __remove_wait_queue(q, &wait->wait); in __folio_lock_async()
|
| /linux/drivers/md/ |
| H A D | dm-integrity.c | 1547 __remove_wait_queue(&ic->endio_wait, &wait); in sleep_on_endio_wait()
|