Home
last modified time | relevance | path

Searched refs:reset_wait_q (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/
H A Dipr.c3515 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_store_diagnostics()
3524 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_store_diagnostics()
3613 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_store_adapter_state()
3655 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_store_reset_adapter()
3945 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_update_ioa_ucode()
3970 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_update_ioa_ucode()
4985 wait_event(ioa_cfg->reset_wait_q, !ioa_cfg->in_reset_reload); in ipr_eh_host_reset()
6450 wake_up_all(&ioa_cfg->reset_wait_q); in ipr_ioa_bringdown_done()
6509 wake_up_all(&ioa_cfg->reset_wait_q); in ipr_ioa_reset_done()
8436 * the caller must sleep on the reset_wait_q
[all...]
H A Dpmcraid.h711 wait_queue_head_t reset_wait_q; member
H A Dpmcraid.c2259 wake_up_all(&pinstance->reset_wait_q); in pmcraid_ioa_reset()
2332 wait_event(pinstance->reset_wait_q, in pmcraid_reset_reload()
2366 wait_event(pinstance->reset_wait_q, in pmcraid_reset_reload()
4643 init_waitqueue_head(&pinstance->reset_wait_q); in pmcraid_init_instance()
H A Dipr.h1509 wait_queue_head_t reset_wait_q; member