/drivers/scsi/isci/ |
D | host.h | 205 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()
|
D | remote_node_context.c | 202 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()
|
D | remote_device.c | 98 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()
|
D | port.c | 347 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()
|
D | task.c | 738 wake_up_all(&ihost->eventq); in isci_task_request_complete()
|
D | host.c | 651 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()
|
D | init.c | 529 init_waitqueue_head(&ihost->eventq); in isci_host_alloc()
|
/drivers/staging/lustre/lnet/lnet/ |
D | lib-eq.c | 287 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/ |
D | farch.c | 1350 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()
|
D | ef10.c | 1661 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()
|
D | efx.c | 466 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()
|
D | nic.h | 45 return ((efx_qword_t *) (channel->eventq.buf.addr)) + in efx_event()
|
D | net_driver.h | 448 struct efx_special_buffer eventq; member
|
/drivers/md/ |
D | dm.c | 187 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()
|