Searched refs:__remove_wait_queue (Results 1 – 8 of 8) 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/fs/ ! |
H A D | eventfd.c | 205 __remove_wait_queue(&ctx->wqh, wait); in eventfd_ctx_remove_wait_queue()
|
H A D | userfaultfd.c | 571 __remove_wait_queue(&ctx->event_wqh, &ewq->wq); in userfaultfd_event_wait_completion() 613 __remove_wait_queue(&ctx->event_wqh, &ewq->wq); in userfaultfd_event_complete() 1080 __remove_wait_queue(&ctx->fd_wqh, &wait); in userfaultfd_ctx_read()
|
H A D | eventpoll.c | 2137 __remove_wait_queue(&ep->wq, &wait); in ep_poll()
|
/linux/fs/orangefs/ ! |
H A D | orangefs-bufmap.c | 61 __remove_wait_queue(&m->q, &wait); in run_down()
|
/linux/net/unix/ ! |
H A D | af_unix.c | 507 __remove_wait_queue(&unix_sk(u->peer_wake.private)->peer_wait, in unix_dgram_peer_wake_relay() 550 __remove_wait_queue(&u_other->peer_wait, &u->peer_wake); in unix_dgram_peer_wake_disconnect()
|
/linux/mm/ ! |
H A D | filemap.c | 1706 __remove_wait_queue(q, &wait->wait); in __folio_lock_async()
|
/linux/drivers/md/ ! |
H A D | dm-integrity.c | 1538 __remove_wait_queue(&ic->endio_wait, &wait); in sleep_on_endio_wait()
|