Home
last modified time | relevance | path

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

/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.c202 wake_up(&ihost->eventq); in sci_remote_node_context_setup_to_destroy()
289 wake_up(&ihost->eventq); in sci_remote_node_context_initial_state_enter()
375 wake_up(&ihost->eventq); in sci_remote_node_context_tx_rx_suspended_state_enter()
644 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.c738 wake_up_all(&ihost->eventq); in isci_task_request_complete()
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()
Dinit.c529 init_waitqueue_head(&ihost->eventq); in isci_host_alloc()
/drivers/staging/lustre/lnet/lnet/
Dlib-eq.c287 LNetEQGet(lnet_handle_eq_t eventq, lnet_event_t *event) in LNetEQGet() argument
291 return LNetEQPoll(&eventq, 1, 0, in LNetEQGet()
313 LNetEQWait(lnet_handle_eq_t eventq, lnet_event_t *event) in LNetEQWait() argument
317 return LNetEQPoll(&eventq, 1, LNET_TIME_FOREVER, in LNetEQWait()
/drivers/net/ethernet/sfc/
Dfarch.c1350 return efx_alloc_special_buffer(efx, &channel->eventq, in efx_farch_ev_probe()
1361 channel->channel, channel->eventq.index, in efx_farch_ev_init()
1362 channel->eventq.index + channel->eventq.entries - 1); in efx_farch_ev_init()
1373 efx_init_special_buffer(efx, &channel->eventq); in efx_farch_ev_init()
1376 memset(channel->eventq.buf.addr, 0xff, channel->eventq.buf.len); in efx_farch_ev_init()
1381 FRF_AZ_EVQ_SIZE, __ffs(channel->eventq.entries), in efx_farch_ev_init()
1382 FRF_AZ_EVQ_BUF_BASE_ID, channel->eventq.index); in efx_farch_ev_init()
1402 efx_fini_special_buffer(efx, &channel->eventq); in efx_farch_ev_fini()
1408 efx_free_special_buffer(channel->efx, &channel->eventq); in efx_farch_ev_remove()
Def10.c1661 return efx_nic_alloc_buffer(channel->efx, &channel->eventq.buf, in efx_ef10_ev_probe()
1673 size_t entries = channel->eventq.buf.len / EFX_BUF_SIZE; in efx_ef10_ev_init()
1688 memset(channel->eventq.buf.addr, 0xff, channel->eventq.buf.len); in efx_ef10_ev_init()
1707 dma_addr = channel->eventq.buf.dma_addr; in efx_ef10_ev_init()
1746 efx_nic_free_buffer(channel->efx, &channel->eventq.buf); in efx_ef10_ev_remove()
Defx.c466 memset(&channel->eventq, 0, sizeof(channel->eventq)); in efx_copy_channel()
771 channel->eventq.index + in efx_realloc_channels()
772 channel->eventq.entries); in efx_realloc_channels()
Dnic.h45 return ((efx_qword_t *) (channel->eventq.buf.addr)) + in efx_event()
Dnet_driver.h448 struct efx_special_buffer eventq; member
/drivers/md/
Ddm.c187 wait_queue_head_t eventq; member
2149 init_waitqueue_head(&md->eventq); in alloc_dev()
2287 wake_up(&md->eventq); in event_callback()
3003 return wait_event_interruptible(md->eventq, in dm_wait_event()