Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/ocxl/
Dfile.c390 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/
Ddrm_file.c139 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/
Ddpcsup.c132 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()
Dcommsup.c192 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()
Dsrc.c109 up(&dev->sync_fib->event_wait); in aac_src_intr_message()
Dlinit.c1562 up(&fib->event_wait); in __aac_shutdown()
Daacraid.h1316 struct semaphore event_wait; member
/Linux-v4.19/include/drm/
Ddrm_file.h294 wait_queue_head_t event_wait; member
/Linux-v4.19/drivers/scsi/cxlflash/
Docxl_hw.c1042 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/
Dnouveau_usif.c115 wake_up_interruptible(&filp->event_wait); in usif_notify()