Home
last modified time | relevance | path

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

/linux/drivers/misc/ocxl/
H A Dfile.c331 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()
H A Dcontext.c34 init_waitqueue_head(&ctx->events_wq); in ocxl_context_alloc()
66 wake_up_all(&ctx->events_wq); in xsl_fault_error()
H A Docxl_internal.h77 wait_queue_head_t events_wq; member