Searched refs:work_init (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-kwork.c | 460 BUG_ON(class->work_init == NULL); in work_push_atom() 461 class->work_init(kwork, class, &key, src_type, evsel, sample, machine); in work_push_atom() 518 BUG_ON(class->work_init == NULL); in work_pop_atom() 519 class->work_init(kwork, class, &key, src_type, evsel, sample, machine); in work_pop_atom() 1036 .work_init = irq_work_init, 1167 .work_init = softirq_work_init, 1266 .work_init = workqueue_work_init, 1332 .work_init = sched_work_init,
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_base.c | 2362 process_fw_state_change_wq(&instance->work_init); in megasas_do_ocr() 2737 schedule_work(&instance->work_init); in megasas_sriov_heartbeat_handler() 3949 container_of(work, struct megasas_instance, work_init); in process_fw_state_change_wq() 4073 schedule_work(&instance->work_init); in megasas_deplete_reply_queue() 7453 INIT_WORK(&instance->work_init, megasas_fusion_ocr_wq); in megasas_init_ctrl_params() 7455 INIT_WORK(&instance->work_init, process_fw_state_change_wq); in megasas_init_ctrl_params()
|
| H A D | megaraid_sas.h | 2393 struct work_struct work_init; member
|
| H A D | megaraid_sas_fusion.c | 5288 container_of(work, struct megasas_instance, work_init); in megasas_fusion_ocr_wq()
|