Searched refs:scx_exit_info (Results 1 – 20 of 20) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 84 struct scx_exit_info { struct 763 void (*exit)(struct scx_exit_info *info); 911 struct scx_exit_info *exit_info;
|
| H A D | ext.c | 3741 static void free_exit_info(struct scx_exit_info *ei); 4294 static void free_exit_info(struct scx_exit_info *ei) in free_exit_info() 4302 static struct scx_exit_info *alloc_exit_info(size_t exit_dump_len) in alloc_exit_info() 4304 struct scx_exit_info *ei; in alloc_exit_info() 4361 struct scx_exit_info *ei = sch->exit_info; in scx_disable_workfn() 4702 static void scx_dump_state(struct scx_exit_info *ei, size_t dump_len) in scx_dump_state() 4853 struct scx_exit_info *ei = sch->exit_info; in scx_error_irq_workfn() 4865 struct scx_exit_info *ei = sch->exit_info; in scx_vexit() 5555 static void sched_ext_ops__exit(struct scx_exit_info *info) {} in sched_ext_ops__exit() 5633 struct scx_exit_info ei = { .kind = SCX_EXIT_NONE, .reason = "SysRq-D" }; in sysrq_handle_sched_ext_dump()
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A 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()
|
| H A D | prog_run.bpf.c | 24 void BPF_STRUCT_OPS(prog_run_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A D | ddsp_vtimelocal_fail.bpf.c | 28 void BPF_STRUCT_OPS(ddsp_vtimelocal_fail_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
| H A D | hotplug.bpf.c | 15 void BPF_STRUCT_OPS(hotplug_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
| H A D | cyclic_kick_wait.bpf.c | 57 void BPF_STRUCT_OPS(cyclic_kick_wait_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
| H A D | dsp_local_on.bpf.c | 55 void BPF_STRUCT_OPS(dsp_local_on_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
| H A D | exit.bpf.c | 62 void BPF_STRUCT_OPS(exit_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
| H A D | maximal.bpf.c | 135 void BPF_STRUCT_OPS(maximal_exit, struct scx_exit_info *info)
|
| H A D | peek_dsq.bpf.c | 226 void BPF_STRUCT_OPS(peek_dsq_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
| /linux/tools/sched_ext/ |
| H A D | scx_cpu0.bpf.c | 85 void BPF_STRUCT_OPS(cpu0_exit, struct scx_exit_info *ei)
|
| H A D | scx_central.bpf.c | 338 void BPF_STRUCT_OPS(central_exit, struct scx_exit_info *ei) in BPF_STRUCT_OPS()
|
| H A D | README.md | 238 …hed_ext/tools/sched_ext/user_exit_info.h:25:23: note: forward declaration of 'struct scx_exit_info' 240 const struct scx_exit_info *ei)
|
| H A D | scx_qmap.bpf.c | 890 void BPF_STRUCT_OPS(qmap_exit, struct scx_exit_info *ei)
|
| H A D | scx_flatcg.bpf.c | 943 void BPF_STRUCT_OPS(fcg_exit, struct scx_exit_info *ei)
|
| /linux/Documentation/scheduler/ |
| H A D | sched-ext.rst | 181 void BPF_STRUCT_OPS(simple_exit, struct scx_exit_info *ei)
|