Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/ocxl/ !
Dfile.c330 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()
Dcontext.c34 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