Searched refs:fw_event_q (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/scsi/esas2r/ |
D | esas2r_init.c | 314 a->fw_event_q = in esas2r_init_adapter() 580 wq = a->fw_event_q; in esas2r_kill_adapter() 581 a->fw_event_q = NULL; in esas2r_kill_adapter()
|
D | esas2r.h | 928 struct workqueue_struct *fw_event_q; member
|
D | esas2r_main.c | 1859 smp_processor_id(), a->fw_event_q, &fw_event->work, in esas2r_queue_fw_event()
|
/linux-6.12.1/drivers/message/fusion/ |
D | mptbase.h | 728 struct workqueue_struct *fw_event_q; member
|
D | mptbase.c | 1987 ioc->fw_event_q = alloc_workqueue("mpt/%d", WQ_MEM_RECLAIM, 0, ioc->id); in mpt_attach() 1988 if (!ioc->fw_event_q) { in mpt_attach() 2000 destroy_workqueue(ioc->fw_event_q); in mpt_attach() 2001 ioc->fw_event_q = NULL; in mpt_attach() 2091 wq = ioc->fw_event_q; in mpt_detach() 2092 ioc->fw_event_q = NULL; in mpt_detach()
|
D | mptsas.c | 297 queue_delayed_work_on(smp_processor_id(), ioc->fw_event_q, in mptsas_add_fw_event() 313 queue_delayed_work_on(smp_processor_id(), ioc->fw_event_q, in mptsas_requeue_fw_event() 363 if (list_empty(&ioc->fw_event_list) || !ioc->fw_event_q) in mptsas_cleanup_fw_event_q()
|