Home
last modified time | relevance | path

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

/fs/
Duserfaultfd.c56 wait_queue_head_t fault_pending_wqh; member
167 VM_BUG_ON(spin_is_locked(&ctx->fault_pending_wqh.lock)); in userfaultfd_ctx_put()
168 VM_BUG_ON(waitqueue_active(&ctx->fault_pending_wqh)); in userfaultfd_ctx_put()
471 spin_lock_irq(&ctx->fault_pending_wqh.lock); in handle_userfault()
476 __add_wait_queue(&ctx->fault_pending_wqh, &uwq.wq); in handle_userfault()
483 spin_unlock_irq(&ctx->fault_pending_wqh.lock); in handle_userfault()
565 spin_lock_irq(&ctx->fault_pending_wqh.lock); in handle_userfault()
571 spin_unlock_irq(&ctx->fault_pending_wqh.lock); in handle_userfault()
933 spin_lock_irq(&ctx->fault_pending_wqh.lock); in userfaultfd_release()
934 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release()
[all …]