Searched refs:events_wq (Results 1 – 3 of 3) sorted by relevance
330 poll_wait(file, &ctx->events_wq, wait); in afu_poll()413 prepare_to_wait(&ctx->events_wq, &event_wait, in afu_read()423 finish_wait(&ctx->events_wq, &event_wait); in afu_read()428 finish_wait(&ctx->events_wq, &event_wait); in afu_read()435 finish_wait(&ctx->events_wq, &event_wait); in afu_read()465 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