Searched refs:event_wait (Results 1 – 7 of 7) sorted by relevance
| /drivers/misc/ocxl/ |
| A D | file.c | 401 DEFINE_WAIT(event_wait); in afu_read() 414 prepare_to_wait(&ctx->events_wq, &event_wait, in afu_read() 424 finish_wait(&ctx->events_wq, &event_wait); in afu_read() 429 finish_wait(&ctx->events_wq, &event_wait); in afu_read() 436 finish_wait(&ctx->events_wq, &event_wait); in afu_read()
|
| /drivers/gpu/drm/ |
| A D | drm_file.c | 157 init_waitqueue_head(&file->event_wait); in drm_file_alloc() 573 ret = wait_event_interruptible(file_priv->event_wait, in drm_read() 588 wake_up_interruptible_poll(&file_priv->event_wait, in drm_read() 629 poll_wait(filp, &file_priv->event_wait, wait); in drm_poll() 773 wake_up_interruptible_poll(&e->file_priv->event_wait, in drm_send_event_helper()
|
| /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 | 169 init_completion(&fibptr->event_wait); in aac_fib_setup() 605 if (wait_for_completion_interruptible(&fibptr->event_wait)) { in aac_fib_send() 641 while (!try_wait_for_completion(&fibptr->event_wait)) { in aac_fib_send() 671 } else if (wait_for_completion_interruptible(&fibptr->event_wait)) { in aac_fib_send() 759 if (wait_for_completion_interruptible(&fibptr->event_wait)) in aac_hba_send() 1525 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 | 1529 complete(&fib->event_wait); in __aac_shutdown()
|
| A D | aacraid.h | 1300 struct completion event_wait; member
|
Completed in 773 milliseconds