Searched refs:event_wait (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/misc/ocxl/ |
H A D | file.c | 401 DEFINE_WAIT(event_wait); in afu_read() 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()
|
/linux/drivers/gpu/drm/ |
H A D | drm_file.c | 155 init_waitqueue_head(&file->event_wait); in drm_file_alloc() 561 ret = wait_event_interruptible(file_priv->event_wait, in drm_read() 576 wake_up_interruptible_poll(&file_priv->event_wait, in drm_read() 617 poll_wait(filp, &file_priv->event_wait, wait); in drm_poll() 761 wake_up_interruptible_poll(&e->file_priv->event_wait, in drm_send_event_helper()
|
/linux/drivers/scsi/aacraid/ |
H A D | dpcsup.c | 117 complete(&fib->event_wait); in aac_response_normal() 372 complete(&fib->event_wait); in aac_intr_normal() 425 complete(&fib->event_wait); in aac_intr_normal()
|
H A D | src.c | 95 complete(&dev->sync_fib->event_wait); in aac_src_intr_message()
|
H A D | linit.c | 1529 complete(&fib->event_wait); in __aac_shutdown()
|
/linux/include/linux/ |
H A D | psi_types.h | 138 wait_queue_head_t event_wait; member
|
/linux/include/drm/ |
H A D | drm_file.h | 350 wait_queue_head_t event_wait; member
|
/linux/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | 1023 DEFINE_WAIT(event_wait); in afu_read() 1035 prepare_to_wait(&ctx->wq, &event_wait, TASK_INTERRUPTIBLE); in afu_read() 1059 finish_wait(&ctx->wq, &event_wait); in afu_read() 1094 finish_wait(&ctx->wq, &event_wait); in afu_read()
|