Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/ocxl/
Dfile.c333 poll_wait(file, &ctx->events_wq, wait); in afu_poll()
416 prepare_to_wait(&ctx->events_wq, &event_wait, in afu_read()
426 finish_wait(&ctx->events_wq, &event_wait); in afu_read()
431 finish_wait(&ctx->events_wq, &event_wait); in afu_read()
438 finish_wait(&ctx->events_wq, &event_wait); in afu_read()
468 wake_up_all(&ctx->events_wq); in afu_release()
Dcontext.c35 init_waitqueue_head(&ctx->events_wq); in ocxl_context_alloc()
66 wake_up_all(&ctx->events_wq); in xsl_fault_error()
Docxl_internal.h77 wait_queue_head_t events_wq; member