Lines Matching refs:reset_waitq
648 wait_event_timeout(cfg->reset_waitq, in cxlflash_wait_for_pci_err_recovery()
956 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET && in cxlflash_remove()
2257 wake_up_all(&cfg->reset_waitq); in cxlflash_async_reset_host()
2489 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); in cxlflash_eh_device_reset_handler()
2534 wake_up_all(&cfg->reset_waitq); in cxlflash_eh_host_reset_handler()
2538 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); in cxlflash_eh_host_reset_handler()
3016 wake_up_all(&cfg->reset_waitq); in num_hwqs_store()
3019 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); in num_hwqs_store()
3720 init_waitqueue_head(&cfg->reset_waitq); in cxlflash_probe()
3749 if (rc && !wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
3769 if (wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
3771 wake_up_all(&cfg->reset_waitq); in cxlflash_probe()
3805 wait_event(cfg->reset_waitq, cfg->state != STATE_RESET && in cxlflash_pci_error_detected()
3821 wake_up_all(&cfg->reset_waitq); in cxlflash_pci_error_detected()
3868 wake_up_all(&cfg->reset_waitq); in cxlflash_pci_resume()