Searched refs:reset_work_q (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptbase.c | 432 if (ioc->reset_work_q) in mpt_fault_reset_work() 433 queue_delayed_work(ioc->reset_work_q, &ioc->fault_reset_work, in mpt_fault_reset_work() 1870 ioc->reset_work_q = alloc_workqueue(ioc->reset_work_q_name, in mpt_attach() 1872 if (!ioc->reset_work_q) { in mpt_attach() 2025 destroy_workqueue(ioc->reset_work_q); in mpt_attach() 2026 ioc->reset_work_q = NULL; in mpt_attach() 2054 queue_delayed_work(ioc->reset_work_q, &ioc->fault_reset_work, in mpt_attach() 2064 destroy_workqueue(ioc->reset_work_q); in mpt_attach() 2065 ioc->reset_work_q = NULL; in mpt_attach() 2097 wq = ioc->reset_work_q; in mpt_detach() [all...] |
H A D | mptbase.h | 783 struct workqueue_struct *reset_work_q; member
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptbase.c | 432 if (ioc->reset_work_q) in mpt_fault_reset_work() 433 queue_delayed_work(ioc->reset_work_q, &ioc->fault_reset_work, in mpt_fault_reset_work() 1861 ioc->reset_work_q = alloc_workqueue(ioc->reset_work_q_name, in mpt_attach() 1863 if (!ioc->reset_work_q) { in mpt_attach() 2016 destroy_workqueue(ioc->reset_work_q); in mpt_attach() 2017 ioc->reset_work_q = NULL; in mpt_attach() 2045 queue_delayed_work(ioc->reset_work_q, &ioc->fault_reset_work, in mpt_attach() 2055 destroy_workqueue(ioc->reset_work_q); in mpt_attach() 2056 ioc->reset_work_q = NULL; in mpt_attach() 2088 wq = ioc->reset_work_q; in mpt_detach() [all...] |
H A D | mptbase.h | 782 struct workqueue_struct *reset_work_q; member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ipr.c | 8072 queue_work(ioa_cfg->reset_work_q, &ipr_cmd->work); in ipr_reset_slot_reset() 8856 if (ioa_cfg->reset_work_q) in ipr_free_all_resources() 8857 destroy_workqueue(ioa_cfg->reset_work_q); in ipr_free_all_resources() 9628 ioa_cfg->reset_work_q = alloc_ordered_workqueue("ipr_reset_%d", in ipr_probe_ioa() 9631 if (!ioa_cfg->reset_work_q) { in ipr_probe_ioa() 9726 if (ioa_cfg->reset_work_q) in __ipr_remove() 9727 flush_workqueue(ioa_cfg->reset_work_q); in __ipr_remove()
|
H A D | ipr.h | 1507 struct workqueue_struct *reset_work_q; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ipr.c | 8845 queue_work(ioa_cfg->reset_work_q, &ipr_cmd->work); in ipr_reset_slot_reset() 9632 if (ioa_cfg->reset_work_q) in ipr_free_all_resources() 9633 destroy_workqueue(ioa_cfg->reset_work_q); in ipr_free_all_resources() 10406 ioa_cfg->reset_work_q = alloc_ordered_workqueue("ipr_reset_%d", in ipr_probe_ioa() 10409 if (!ioa_cfg->reset_work_q) { in ipr_probe_ioa() 10504 if (ioa_cfg->reset_work_q) in __ipr_remove() 10505 flush_workqueue(ioa_cfg->reset_work_q); in __ipr_remove()
|
H A D | ipr.h | 1567 struct workqueue_struct *reset_work_q; member
|
Completed in 57 milliseconds