Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c2194 schedule_work(&instance->work_init); in megasas_isr_fusion()
2198 schedule_work(&instance->work_init); in megasas_isr_fusion()
2975 container_of(work, struct megasas_instance, work_init); in megasas_fusion_ocr_wq()
Dmegaraid_sas_base.c1872 process_fw_state_change_wq(&instance->work_init); in megasas_do_ocr()
2263 schedule_work(&instance->work_init); in megasas_sriov_heartbeat_handler()
3175 container_of(work, struct megasas_instance, work_init); in process_fw_state_change_wq()
3303 schedule_work(&instance->work_init); in megasas_deplete_reply_queue()
5287 INIT_WORK(&instance->work_init, megasas_fusion_ocr_wq); in megasas_probe_one()
5290 INIT_WORK(&instance->work_init, process_fw_state_change_wq); in megasas_probe_one()
Dmegaraid_sas.h1728 struct work_struct work_init; member