Searched refs:event_wait (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/misc/ocxl/ |
D | file.c | 390 DEFINE_WAIT(event_wait); in afu_read() 403 prepare_to_wait(&ctx->events_wq, &event_wait, in afu_read() 413 finish_wait(&ctx->events_wq, &event_wait); in afu_read() 418 finish_wait(&ctx->events_wq, &event_wait); in afu_read() 425 finish_wait(&ctx->events_wq, &event_wait); in afu_read()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_file.c | 139 init_waitqueue_head(&file->event_wait); in drm_file_alloc() 557 ret = wait_event_interruptible(file_priv->event_wait, in drm_read() 612 poll_wait(filp, &file_priv->event_wait, wait); in drm_poll() 767 wake_up_interruptible(&e->file_priv->event_wait); in drm_send_event_locked()
|
/Linux-v4.19/drivers/scsi/aacraid/ |
D | dpcsup.c | 132 up(&fib->event_wait); in aac_response_normal() 388 up(&fib->event_wait); in aac_intr_normal() 440 up(&fib->event_wait); in aac_intr_normal()
|
D | commsup.c | 192 sema_init(&fibptr->event_wait, 0); in aac_fib_setup() 626 if (down_interruptible(&fibptr->event_wait)) { in aac_fib_send() 662 while (down_trylock(&fibptr->event_wait)) { in aac_fib_send() 692 } else if (down_interruptible(&fibptr->event_wait)) { in aac_fib_send() 780 if (down_interruptible(&fibptr->event_wait)) in aac_hba_send() 1541 up(&fib->event_wait); in _aac_reset_adapter()
|
D | src.c | 109 up(&dev->sync_fib->event_wait); in aac_src_intr_message()
|
D | linit.c | 1562 up(&fib->event_wait); in __aac_shutdown()
|
D | aacraid.h | 1316 struct semaphore event_wait; member
|
/Linux-v4.19/include/drm/ |
D | drm_file.h | 294 wait_queue_head_t event_wait; member
|
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | ocxl_hw.c | 1042 DEFINE_WAIT(event_wait); in afu_read() 1054 prepare_to_wait(&ctx->wq, &event_wait, TASK_INTERRUPTIBLE); in afu_read() 1078 finish_wait(&ctx->wq, &event_wait); in afu_read() 1113 finish_wait(&ctx->wq, &event_wait); in afu_read()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_usif.c | 115 wake_up_interruptible(&filp->event_wait); in usif_notify()
|