Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/ocxl/
Dfile.c402 DEFINE_WAIT(event_wait); in afu_read()
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()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_file.c171 init_waitqueue_head(&file->event_wait); in drm_file_alloc()
596 ret = wait_event_interruptible(file_priv->event_wait, in drm_read()
611 wake_up_interruptible_poll(&file_priv->event_wait, in drm_read()
653 poll_wait(filp, &file_priv->event_wait, wait); in drm_poll()
799 wake_up_interruptible_poll(&e->file_priv->event_wait, in drm_send_event_helper()
/linux-6.1.9/drivers/scsi/aacraid/
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()
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()
Dsrc.c95 complete(&dev->sync_fib->event_wait); in aac_src_intr_message()
Dlinit.c1528 complete(&fib->event_wait); in __aac_shutdown()
Daacraid.h1306 struct completion event_wait; member
/linux-6.1.9/include/linux/
Dpsi_types.h135 wait_queue_head_t event_wait; member
/linux-6.1.9/include/drm/
Ddrm_file.h323 wait_queue_head_t event_wait; member
/linux-6.1.9/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-6.1.9/kernel/sched/
Dpsi.c555 wake_up_interruptible(&t->event_wait); in update_triggers()
1237 init_waitqueue_head(&t->event_wait); in psi_trigger_create()
1284 wake_up_interruptible(&t->event_wait); in psi_trigger_destroy()
1347 poll_wait(file, &t->event_wait, wait); in psi_trigger_poll()