Searched refs:scx_bpf_select_cpu_dfl (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | enq_select_cpu.bpf.c | 27 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, 0, &found); in BPF_STRUCT_OPS() 57 cpu = scx_bpf_select_cpu_dfl(p, bpf_get_smp_processor_id(), 0, &found); in select_cpu_from_user()
|
| H A D | select_cpu_dfl_nodispatch.bpf.c | 31 s32 scx_bpf_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, u64 wake_flags, 46 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, in BPF_STRUCT_OPS()
|
| H A D | exit.bpf.c | 28 return scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &found); in BPF_STRUCT_OPS()
|
| /linux/tools/sched_ext/ |
| H A D | scx_simple.bpf.c | 60 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &is_idle); in BPF_STRUCT_OPS()
|
| H A D | scx_sdt.bpf.c | 618 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &is_idle); in BPF_STRUCT_OPS()
|
| H A D | scx_flatcg.bpf.c | 323 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &is_idle); in BPF_STRUCT_OPS()
|
| /linux/kernel/sched/ |
| H A D | ext_idle.c | 983 __bpf_kfunc s32 scx_bpf_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, in scx_bpf_select_cpu_dfl() function 1424 BTF_ID_FLAGS(func, scx_bpf_select_cpu_dfl, KF_RCU)
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 62 s32 scx_bpf_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, u64 wake_flags, bool *is_idle) __ks…
|
| /linux/Documentation/scheduler/ |
| H A D | sched-ext.rst | 148 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &direct);
|