Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dkwork.h145 void (*work_init)(struct kwork_class *class, member
/linux-6.1.9/tools/perf/
Dbuiltin-kwork.c393 BUG_ON(class->work_init == NULL); in work_push_atom()
394 class->work_init(class, &key, evsel, sample, machine); in work_push_atom()
438 BUG_ON(class->work_init == NULL); in work_pop_atom()
439 class->work_init(class, &key, evsel, sample, machine); in work_pop_atom()
823 .work_init = irq_work_init,
944 .work_init = softirq_work_init,
1041 .work_init = workqueue_work_init,
/linux-6.1.9/drivers/scsi/megaraid/
Dmegaraid_sas_base.c2358 process_fw_state_change_wq(&instance->work_init); in megasas_do_ocr()
2733 schedule_work(&instance->work_init); in megasas_sriov_heartbeat_handler()
3947 container_of(work, struct megasas_instance, work_init); in process_fw_state_change_wq()
4071 schedule_work(&instance->work_init); in megasas_deplete_reply_queue()
7447 INIT_WORK(&instance->work_init, megasas_fusion_ocr_wq); in megasas_init_ctrl_params()
7449 INIT_WORK(&instance->work_init, process_fw_state_change_wq); in megasas_init_ctrl_params()
Dmegaraid_sas.h2391 struct work_struct work_init; member
Dmegaraid_sas_fusion.c5280 container_of(work, struct megasas_instance, work_init); in megasas_fusion_ocr_wq()