Searched refs:events_wq (Results 1 – 3 of 3) sorted by relevance
331 poll_wait(file, &ctx->events_wq, wait); in afu_poll()414 prepare_to_wait(&ctx->events_wq, &event_wait, in afu_read()424 finish_wait(&ctx->events_wq, &event_wait); in afu_read()429 finish_wait(&ctx->events_wq, &event_wait); in afu_read()436 finish_wait(&ctx->events_wq, &event_wait); in afu_read()466 wake_up_all(&ctx->events_wq); in afu_release()
34 init_waitqueue_head(&ctx->events_wq); in ocxl_context_alloc()66 wake_up_all(&ctx->events_wq); in xsl_fault_error()
77 wait_queue_head_t events_wq; member