Home
last modified time | relevance | path

Searched refs:eventq (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/scsi/isci/
Dhost.h205 wait_queue_head_t eventq; member
319 wait_event(ihost->eventq, !test_bit(IHOST_START_PENDING, &ihost->flags)); in wait_for_start()
324 wait_event(ihost->eventq, !test_bit(IHOST_STOP_PENDING, &ihost->flags)); in wait_for_stop()
329 wait_event(ihost->eventq, !test_bit(IDEV_START_PENDING, &idev->flags)); in wait_for_device_start()
334 wait_event(ihost->eventq, !test_bit(IDEV_STOP_PENDING, &idev->flags)); in wait_for_device_stop()
Dremote_node_context.c199 wake_up(&ihost->eventq); in sci_remote_node_context_setup_to_destroy()
286 wake_up(&ihost->eventq); in sci_remote_node_context_initial_state_enter()
372 wake_up(&ihost->eventq); in sci_remote_node_context_tx_rx_suspended_state_enter()
641 wake_up_all(&ihost->eventq); /* Let observers look. */ in sci_remote_node_context_suspend()
Dremote_device.c98 wake_up(&ihost->eventq); in isci_remote_device_ready()
222 if (!wait_event_timeout(ihost->eventq, in isci_remote_device_terminate_requests()
255 if (!wait_event_timeout(ihost->eventq, in isci_remote_device_terminate_requests()
1368 wake_up(&ihost->eventq); in isci_remote_device_resume_from_abort_complete()
1395 if (!wait_event_timeout(ihost->eventq, in isci_remote_device_wait_for_resume_from_abort()
1546 wake_up(&ihost->eventq); in isci_remote_device_release()
Dport.c347 wake_up(&ihost->eventq); in isci_port_hard_reset_complete()
1645 wait_event(ihost->eventq, !test_bit(IPORT_RESET_PENDING, &iport->state)); in wait_port_reset()
1682 wake_up(&ihost->eventq); in isci_port_perform_hard_reset()
Dtask.c731 wake_up_all(&ihost->eventq); in isci_task_request_complete()
Dinit.c526 init_waitqueue_head(&ihost->eventq); in isci_host_alloc()
Dhost.c651 wake_up(&ihost->eventq); in isci_host_start_complete()
1064 wake_up(&ihost->eventq); in isci_host_stop_complete()
1103 wake_up_all(&ihost->eventq); in ireq_done()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-eq.c286 LNetEQGet(lnet_handle_eq_t eventq, lnet_event_t *event) in LNetEQGet() argument
290 return LNetEQPoll(&eventq, 1, 0, in LNetEQGet()
312 LNetEQWait(lnet_handle_eq_t eventq, lnet_event_t *event) in LNetEQWait() argument
316 return LNetEQPoll(&eventq, 1, LNET_TIME_FOREVER, in LNetEQWait()
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Darm,smmu-v3.txt25 * "eventq" - Event Queue not empty
55 interrupt-names = "eventq", "priq", "cmdq-sync", "gerror";
/linux-4.4.14/drivers/net/ethernet/sfc/
Dfarch.c1367 return efx_alloc_special_buffer(efx, &channel->eventq, in efx_farch_ev_probe()
1378 channel->channel, channel->eventq.index, in efx_farch_ev_init()
1379 channel->eventq.index + channel->eventq.entries - 1); in efx_farch_ev_init()
1390 efx_init_special_buffer(efx, &channel->eventq); in efx_farch_ev_init()
1393 memset(channel->eventq.buf.addr, 0xff, channel->eventq.buf.len); in efx_farch_ev_init()
1398 FRF_AZ_EVQ_SIZE, __ffs(channel->eventq.entries), in efx_farch_ev_init()
1399 FRF_AZ_EVQ_BUF_BASE_ID, channel->eventq.index); in efx_farch_ev_init()
1419 efx_fini_special_buffer(efx, &channel->eventq); in efx_farch_ev_fini()
1425 efx_free_special_buffer(channel->efx, &channel->eventq); in efx_farch_ev_remove()
Dnic.h45 return ((efx_qword_t *) (channel->eventq.buf.addr)) + in efx_event()
Defx.c482 memset(&channel->eventq, 0, sizeof(channel->eventq)); in efx_copy_channel()
787 channel->eventq.index + in efx_realloc_channels()
788 channel->eventq.entries); in efx_realloc_channels()
Def10.c2283 return efx_nic_alloc_buffer(channel->efx, &channel->eventq.buf, in efx_ef10_ev_probe()
2318 size_t entries = channel->eventq.buf.len / EFX_BUF_SIZE; in efx_ef10_ev_init()
2334 memset(channel->eventq.buf.addr, 0xff, channel->eventq.buf.len); in efx_ef10_ev_init()
2353 dma_addr = channel->eventq.buf.dma_addr; in efx_ef10_ev_init()
2414 efx_nic_free_buffer(channel->efx, &channel->eventq.buf); in efx_ef10_ev_remove()
Dnet_driver.h438 struct efx_special_buffer eventq; member
/linux-4.4.14/drivers/md/
Ddm.c198 wait_queue_head_t eventq; member
2339 init_waitqueue_head(&md->eventq); in alloc_dev()
2462 wake_up(&md->eventq); in event_callback()
3414 return wait_event_interruptible(md->eventq, in dm_wait_event()