Searched refs:scx_exit_info (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/tools/testing/selftests/sched_ext/ |
D | enq_last_no_enq_fails.bpf.c | 17 void BPF_STRUCT_OPS_SLEEPABLE(enq_last_no_enq_fails_exit, struct scx_exit_info *info) in BPF_STRUCT_OPS_SLEEPABLE()
|
D | prog_run.bpf.c | 24 void BPF_STRUCT_OPS(prog_run_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
D | select_cpu_dispatch_bad_dsq.bpf.c | 26 void BPF_STRUCT_OPS(select_cpu_dispatch_bad_dsq_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
D | select_cpu_dispatch_dbl_dsp.bpf.c | 27 void BPF_STRUCT_OPS(select_cpu_dispatch_dbl_dsp_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
D | ddsp_bogus_dsq_fail.bpf.c | 31 void BPF_STRUCT_OPS(ddsp_bogus_dsq_fail_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
D | ddsp_vtimelocal_fail.bpf.c | 28 void BPF_STRUCT_OPS(ddsp_vtimelocal_fail_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
D | hotplug.bpf.c | 15 void BPF_STRUCT_OPS(hotplug_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
D | dsp_local_on.bpf.c | 52 void BPF_STRUCT_OPS(dsp_local_on_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
D | exit.bpf.c | 62 void BPF_STRUCT_OPS(exit_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
D | maximal.bpf.c | 129 void BPF_STRUCT_OPS(maximal_exit, struct scx_exit_info *info) in BPF_STRUCT_OPS()
|
/linux-6.12.1/kernel/sched/ |
D | ext.c | 70 struct scx_exit_info { struct 638 void (*exit)(struct scx_exit_info *info); 883 static struct scx_exit_info *scx_exit_info; variable 4395 static void free_exit_info(struct scx_exit_info *ei) in free_exit_info() 4403 static struct scx_exit_info *alloc_exit_info(size_t exit_dump_len) in alloc_exit_info() 4405 struct scx_exit_info *ei; in alloc_exit_info() 4447 struct scx_exit_info *ei = scx_exit_info; in scx_ops_disable_workfn() 4478 scx_exit_info->msg); in scx_ops_disable_workfn() 4591 free_exit_info(scx_exit_info); in scx_ops_disable_workfn() 4592 scx_exit_info = NULL; in scx_ops_disable_workfn() [all …]
|
/linux-6.12.1/tools/sched_ext/ |
D | scx_simple.bpf.c | 142 void BPF_STRUCT_OPS(simple_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
D | scx_central.bpf.c | 341 void BPF_STRUCT_OPS(central_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
D | README.md | 245 …hed_ext/tools/sched_ext/user_exit_info.h:25:23: note: forward declaration of 'struct scx_exit_info' 247 const struct scx_exit_info *ei)
|
D | scx_qmap.bpf.c | 805 void BPF_STRUCT_OPS(qmap_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
D | scx_flatcg.bpf.c | 936 void BPF_STRUCT_OPS(fcg_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
/linux-6.12.1/Documentation/scheduler/ |
D | sched-ext.rst | 181 void BPF_STRUCT_OPS(simple_exit, struct scx_exit_info *ei)
|