Searched refs:reset_wq (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | hptiop.h | 328 wait_queue_head_t reset_wq; member
|
H A D | hptiop.c | 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()
|
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_core.h | 201 struct work_struct reset_wq; member
|
H A D | rtl_core.c | 226 schedule_work(&priv->reset_wq); in _rtl92e_tx_timeout() 831 INIT_WORK(&priv->reset_wq, (void *)_rtl92e_restart); in _rtl92e_init_priv_task() 1864 cancel_work_sync(&priv->reset_wq); in _rtl92e_cancel_deferred_work() 1936 struct r8192_priv *priv = container_of(data, struct r8192_priv, reset_wq); in _rtl92e_restart() 1964 schedule_work(&priv->reset_wq); in _rtl92e_set_mac_adr()
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | device.c | 758 queue_delayed_work(hdev->reset_wq, &device_reset_work->reset_work, in device_hard_reset_pending() 896 hdev->reset_wq = create_singlethread_workqueue(workq_name); in device_early_init() 897 if (!hdev->reset_wq) { in device_early_init() 978 destroy_workqueue(hdev->reset_wq); in device_early_fini() 1621 queue_delayed_work(hdev->reset_wq, &hdev->device_reset_work.reset_work, 0); in hl_device_reset()
|
H A D | habanalabs.h | 3336 struct workqueue_struct *reset_wq; member
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 470 schedule_work(&priv->reset_wq); in tx_timeout() 2027 INIT_WORK(&priv->reset_wq, rtl8192_restart); in rtl8192_init_priv_task() 3248 reset_wq); in rtl8192_restart() 3281 schedule_work(&priv->reset_wq); in r8192_set_mac_adr() 4582 cancel_work_sync(&priv->reset_wq); in rtl8192_cancel_deferred_work()
|
H A D | r8192U.h | 910 struct work_struct reset_wq; member
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.h | 1518 wait_queue_head_t reset_wq; member
|
H A D | mpt3sas_base.c | 4021 wake_up(&ioc->reset_wq); in _base_recovery_check() 8503 init_waitqueue_head(&ioc->reset_wq); in mpt3sas_base_attach() 8807 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ); in mpt3sas_wait_for_commands_to_complete()
|