Home
last modified time | relevance | path

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

/linux-6.15/drivers/misc/ocxl/
H A Dfile.c401 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-6.15/drivers/gpu/drm/
H A Ddrm_file.c155 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-6.15/drivers/scsi/aacraid/
H A Ddpcsup.c117 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 Dcommsup.c177 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()
1533 complete(&fib->event_wait); in _aac_reset_adapter()
H A Dsrc.c95 complete(&dev->sync_fib->event_wait); in aac_src_intr_message()
H A Dlinit.c1529 complete(&fib->event_wait); in __aac_shutdown()
H A Daacraid.h1301 struct completion event_wait; member
/linux-6.15/include/linux/
H A Dpsi_types.h138 wait_queue_head_t event_wait; member
/linux-6.15/include/drm/
H A Ddrm_file.h350 wait_queue_head_t event_wait; member
/linux-6.15/kernel/sched/
H A Dpsi.c495 wake_up_interruptible(&t->event_wait); in update_triggers()
1347 init_waitqueue_head(&t->event_wait); in psi_trigger_create()
1407 wake_up_interruptible(&t->event_wait); in psi_trigger_destroy()
1487 poll_wait(file, &t->event_wait, wait); in psi_trigger_poll()