Home
last modified time | relevance | path

Searched refs:work_init (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1982 process_fw_state_change_wq(&instance->work_init); in megasas_do_ocr()
2362 schedule_work(&instance->work_init); in megasas_sriov_heartbeat_handler()
3276 container_of(work, struct megasas_instance, work_init); in process_fw_state_change_wq()
3403 schedule_work(&instance->work_init); in megasas_deplete_reply_queue()
5503 INIT_WORK(&instance->work_init, megasas_fusion_ocr_wq); in megasas_probe_one()
5506 INIT_WORK(&instance->work_init, process_fw_state_change_wq); in megasas_probe_one()
Dmegaraid_sas_fusion.c2304 schedule_work(&instance->work_init); in megasas_isr_fusion()
2308 schedule_work(&instance->work_init); in megasas_isr_fusion()
3063 container_of(work, struct megasas_instance, work_init); in megasas_fusion_ocr_wq()
Dmegaraid_sas.h1782 struct work_struct work_init; member