Home
last modified time | relevance | path

Searched refs:event_wait (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/
Ddrm_file.c139 init_waitqueue_head(&file->event_wait); in drm_file_alloc()
518 ret = wait_event_interruptible(file_priv->event_wait, in drm_read()
533 wake_up_interruptible(&file_priv->event_wait); in drm_read()
574 poll_wait(filp, &file_priv->event_wait, wait); in drm_poll()
729 wake_up_interruptible(&e->file_priv->event_wait); in drm_send_event_locked()
/Linux-v5.4/drivers/misc/ocxl/
Dfile.c403 DEFINE_WAIT(event_wait); in afu_read()
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()
/Linux-v5.4/drivers/scsi/aacraid/
Ddpcsup.c116 complete(&fib->event_wait); in aac_response_normal()
372 complete(&fib->event_wait); in aac_intr_normal()
424 complete(&fib->event_wait); in aac_intr_normal()
Dcommsup.c177 init_completion(&fibptr->event_wait); in aac_fib_setup()
611 if (wait_for_completion_interruptible(&fibptr->event_wait)) { in aac_fib_send()
647 while (!try_wait_for_completion(&fibptr->event_wait)) { in aac_fib_send()
677 } else if (wait_for_completion_interruptible(&fibptr->event_wait)) { in aac_fib_send()
765 if (wait_for_completion_interruptible(&fibptr->event_wait)) in aac_hba_send()
1528 complete(&fib->event_wait); in _aac_reset_adapter()
Dsrc.c95 complete(&dev->sync_fib->event_wait); in aac_src_intr_message()
Daacraid.h1303 struct completion event_wait; member
Dlinit.c1552 complete(&fib->event_wait); in __aac_shutdown()
/Linux-v5.4/include/linux/
Dpsi_types.h110 wait_queue_head_t event_wait; member
/Linux-v5.4/include/drm/
Ddrm_file.h295 wait_queue_head_t event_wait; member
/Linux-v5.4/kernel/sched/
Dpsi.c538 wake_up_interruptible(&t->event_wait); in update_triggers()
1047 init_waitqueue_head(&t->event_wait); in psi_trigger_create()
1094 wake_up_interruptible(&t->event_wait); in psi_trigger_destroy()
1180 poll_wait(file, &t->event_wait, wait); in psi_trigger_poll()
/Linux-v5.4/drivers/scsi/cxlflash/
Docxl_hw.c1023 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()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_usif.c115 wake_up_interruptible(&filp->event_wait); in usif_notify()