Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1694 process_fw_state_change_wq(&instance->work_init); in megasas_do_ocr()
2433 container_of(work, struct megasas_instance, work_init); in process_fw_state_change_wq()
2561 schedule_work(&instance->work_init); in megasas_deplete_reply_queue()
4076 INIT_WORK(&instance->work_init, megasas_fusion_ocr_wq); in megasas_probe_one()
4078 INIT_WORK(&instance->work_init, process_fw_state_change_wq); in megasas_probe_one()
Dmegaraid_sas_fusion.c1804 schedule_work(&instance->work_init); in megasas_isr_fusion()
2234 container_of(work, struct megasas_instance, work_init); in megasas_fusion_ocr_wq()
Dmegaraid_sas.h1335 struct work_struct work_init; member