Searched refs:reset_wq (Results 1 – 6 of 6) sorted by relevance
328 wait_queue_head_t reset_wq; member
690 wake_up(&hba->reset_wq); in hptiop_message_callback()1073 wait_event_timeout(hba->reset_wq, in hptiop_reset_hba()1332 init_waitqueue_head(&hba->reset_wq); in hptiop_probe()
819 queue_delayed_work(hdev->reset_wq, &device_reset_work->reset_work, in device_hard_reset_pending()961 hdev->reset_wq = create_singlethread_workqueue(workq_name); in device_early_init()962 if (!hdev->reset_wq) { in device_early_init()1045 destroy_workqueue(hdev->reset_wq); in device_early_fini()1740 queue_delayed_work(hdev->reset_wq, &hdev->device_reset_work.reset_work, 0); in hl_device_reset()
3440 struct workqueue_struct *reset_wq; member
1515 wait_queue_head_t reset_wq; member
4026 wake_up(&ioc->reset_wq); in _base_recovery_check()8542 init_waitqueue_head(&ioc->reset_wq); in mpt3sas_base_attach()8846 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ); in mpt3sas_wait_for_commands_to_complete()
Completed in 53 milliseconds