Searched refs:event_wqh (Results 1 – 2 of 2) sorted by relevance
554 spin_lock_irq(&ctx->event_wqh.lock); in userfaultfd_event_wait_completion()589 spin_lock_irq(&ctx->event_wqh.lock); in userfaultfd_event_wait_completion()592 spin_unlock_irq(&ctx->event_wqh.lock); in userfaultfd_event_wait_completion()613 wake_up_locked(&ctx->event_wqh); in userfaultfd_event_complete()877 wake_up_all(&ctx->event_wqh); in userfaultfd_release()1036 spin_lock(&ctx->event_wqh.lock); in userfaultfd_ctx_read()1052 spin_unlock(&ctx->event_wqh.lock); in userfaultfd_ctx_read()1058 spin_unlock(&ctx->event_wqh.lock); in userfaultfd_ctx_read()1062 spin_unlock(&ctx->event_wqh.lock); in userfaultfd_ctx_read()1082 spin_lock_irq(&ctx->event_wqh.lock); in userfaultfd_ctx_read()[all …]
61 wait_queue_head_t event_wqh; member