Home
last modified time | relevance | path

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

/drivers/scsi/cxlflash/
Dmain.c653 wait_event_timeout(cfg->reset_waitq, in cxlflash_wait_for_pci_err_recovery()
961 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET && in cxlflash_remove()
2262 wake_up_all(&cfg->reset_waitq); in cxlflash_async_reset_host()
2494 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); in cxlflash_eh_device_reset_handler()
2539 wake_up_all(&cfg->reset_waitq); in cxlflash_eh_host_reset_handler()
2543 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); in cxlflash_eh_host_reset_handler()
3021 wake_up_all(&cfg->reset_waitq); in num_hwqs_store()
3024 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); in num_hwqs_store()
3725 init_waitqueue_head(&cfg->reset_waitq); in cxlflash_probe()
3753 if (rc && !wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
[all …]
Dcommon.h150 wait_queue_head_t reset_waitq; member
Dsuperpipe.c114 wake_up_all(&cfg->reset_waitq); in cxlflash_stop_term_user_contexts()
1288 rc = wait_event_interruptible(cfg->reset_waitq, in check_state()
/drivers/scsi/
Dstex.c336 wait_queue_head_t reset_waitq; member
1241 wake_up_all(&hba->reset_waitq); in stex_handshake()
1371 wake_up_all(&hba->reset_waitq); in stex_yos_reset()
1404 wait_event_timeout(hba->reset_waitq, in stex_do_reset()
1794 init_waitqueue_head(&hba->reset_waitq); in stex_probe()