Searched refs:events_wq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ocxl/ |
H A D | file.c | 334 poll_wait(file, &ctx->events_wq, wait); in afu_poll() 417 prepare_to_wait(&ctx->events_wq, &event_wait, in afu_read() 427 finish_wait(&ctx->events_wq, &event_wait); in afu_read() 432 finish_wait(&ctx->events_wq, &event_wait); in afu_read() 439 finish_wait(&ctx->events_wq, &event_wait); in afu_read() 469 wake_up_all(&ctx->events_wq); in afu_release()
|
H A D | context.c | 34 init_waitqueue_head(&ctx->events_wq); in ocxl_context_alloc() 66 wake_up_all(&ctx->events_wq); in xsl_fault_error()
|
H A D | ocxl_internal.h | 77 wait_queue_head_t events_wq; member
|
/kernel/linux/linux-6.6/drivers/misc/ocxl/ |
H A D | file.c | 332 poll_wait(file, &ctx->events_wq, wait); in afu_poll() 415 prepare_to_wait(&ctx->events_wq, &event_wait, in afu_read() 425 finish_wait(&ctx->events_wq, &event_wait); in afu_read() 430 finish_wait(&ctx->events_wq, &event_wait); in afu_read() 437 finish_wait(&ctx->events_wq, &event_wait); in afu_read() 467 wake_up_all(&ctx->events_wq); in afu_release()
|
H A D | context.c | 34 init_waitqueue_head(&ctx->events_wq); in ocxl_context_alloc() 66 wake_up_all(&ctx->events_wq); in xsl_fault_error()
|
H A D | ocxl_internal.h | 77 wait_queue_head_t events_wq; member
|
Completed in 4 milliseconds