Searched refs:fault_pending_wqh (Results 1 – 1 of 1) sorted by relevance
46 wait_queue_head_t fault_pending_wqh; member158 VM_BUG_ON(spin_is_locked(&ctx->fault_pending_wqh.lock)); in userfaultfd_ctx_put()159 VM_BUG_ON(waitqueue_active(&ctx->fault_pending_wqh)); in userfaultfd_ctx_put()462 spin_lock(&ctx->fault_pending_wqh.lock); in handle_userfault()467 __add_wait_queue(&ctx->fault_pending_wqh, &uwq.wq); in handle_userfault()474 spin_unlock(&ctx->fault_pending_wqh.lock); in handle_userfault()556 spin_lock(&ctx->fault_pending_wqh.lock); in handle_userfault()562 spin_unlock(&ctx->fault_pending_wqh.lock); in handle_userfault()909 spin_lock(&ctx->fault_pending_wqh.lock); in userfaultfd_release()910 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release()[all …]