Searched refs:event_wait (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/misc/ocxl/ |
A D | file.c | 402 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/drivers/gpu/drm/ |
A D | drm_file.c | 176 init_waitqueue_head(&file->event_wait); in drm_file_alloc() 602 ret = wait_event_interruptible(file_priv->event_wait, in drm_read() 617 wake_up_interruptible_poll(&file_priv->event_wait, in drm_read() 659 poll_wait(filp, &file_priv->event_wait, wait); in drm_poll() 805 wake_up_interruptible_poll(&e->file_priv->event_wait, in drm_send_event_helper()
|
/linux/drivers/scsi/aacraid/ |
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()
|
A 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() 1533 complete(&fib->event_wait); in _aac_reset_adapter()
|
A D | src.c | 95 complete(&dev->sync_fib->event_wait); in aac_src_intr_message()
|
A D | linit.c | 1527 complete(&fib->event_wait); in __aac_shutdown()
|
A D | aacraid.h | 1305 struct completion event_wait; member
|
/linux/include/linux/ |
A D | psi_types.h | 119 wait_queue_head_t event_wait; member
|
/linux/include/drm/ |
A D | drm_file.h | 323 wait_queue_head_t event_wait; member
|
/linux/kernel/sched/ |
A D | psi.c | 551 wake_up_interruptible(&t->event_wait); in update_triggers() 1153 init_waitqueue_head(&t->event_wait); in psi_trigger_create() 1196 wake_up_interruptible(&t->event_wait); in psi_trigger_destroy() 1278 poll_wait(file, &t->event_wait, wait); in psi_trigger_poll()
|
/linux/drivers/scsi/cxlflash/ |
A D | ocxl_hw.c | 1022 DEFINE_WAIT(event_wait); in afu_read() 1034 prepare_to_wait(&ctx->wq, &event_wait, TASK_INTERRUPTIBLE); in afu_read() 1058 finish_wait(&ctx->wq, &event_wait); in afu_read() 1093 finish_wait(&ctx->wq, &event_wait); in afu_read()
|
/linux/drivers/gpu/drm/nouveau/ |
A D | nouveau_usif.c | 118 wake_up_interruptible(&filp->event_wait); in usif_notify()
|
Completed in 53 milliseconds