Searched refs:event_wait (Results 1 – 9 of 9) sorted by relevance
/drivers/misc/ocxl/ |
D | file.c | 404 DEFINE_WAIT(event_wait); in afu_read() 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()
|
/drivers/gpu/drm/ |
D | drm_file.c | 177 init_waitqueue_head(&file->event_wait); in drm_file_alloc() 601 ret = wait_event_interruptible(file_priv->event_wait, in drm_read() 616 wake_up_interruptible_poll(&file_priv->event_wait, in drm_read() 658 poll_wait(filp, &file_priv->event_wait, wait); in drm_poll() 816 wake_up_interruptible_poll(&e->file_priv->event_wait, in drm_send_event_helper()
|
/drivers/scsi/aacraid/ |
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()
|
D | commsup.c | 177 init_completion(&fibptr->event_wait); in aac_fib_setup() 613 if (wait_for_completion_interruptible(&fibptr->event_wait)) { in aac_fib_send() 649 while (!try_wait_for_completion(&fibptr->event_wait)) { in aac_fib_send() 679 } else if (wait_for_completion_interruptible(&fibptr->event_wait)) { in aac_fib_send() 767 if (wait_for_completion_interruptible(&fibptr->event_wait)) in aac_hba_send() 1532 complete(&fib->event_wait); in _aac_reset_adapter()
|
D | src.c | 95 complete(&dev->sync_fib->event_wait); in aac_src_intr_message()
|
D | linit.c | 1523 complete(&fib->event_wait); in __aac_shutdown()
|
D | aacraid.h | 1305 struct completion event_wait; member
|
/drivers/scsi/cxlflash/ |
D | ocxl_hw.c | 1020 DEFINE_WAIT(event_wait); in afu_read() 1032 prepare_to_wait(&ctx->wq, &event_wait, TASK_INTERRUPTIBLE); in afu_read() 1056 finish_wait(&ctx->wq, &event_wait); in afu_read() 1091 finish_wait(&ctx->wq, &event_wait); in afu_read()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_usif.c | 115 wake_up_interruptible(&filp->event_wait); in usif_notify()
|