Searched refs:event_wait (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_file.c | 139 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/ |
| D | file.c | 403 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/ |
| D | dpcsup.c | 116 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()
|
| D | commsup.c | 177 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()
|
| D | src.c | 95 complete(&dev->sync_fib->event_wait); in aac_src_intr_message()
|
| D | aacraid.h | 1303 struct completion event_wait; member
|
| D | linit.c | 1552 complete(&fib->event_wait); in __aac_shutdown()
|
| /Linux-v5.4/include/linux/ |
| D | psi_types.h | 110 wait_queue_head_t event_wait; member
|
| /Linux-v5.4/include/drm/ |
| D | drm_file.h | 295 wait_queue_head_t event_wait; member
|
| /Linux-v5.4/kernel/sched/ |
| D | psi.c | 538 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/ |
| D | ocxl_hw.c | 1023 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/ |
| D | nouveau_usif.c | 115 wake_up_interruptible(&filp->event_wait); in usif_notify()
|