Home
last modified time | relevance | path

Searched refs:scx_bpf_select_cpu_dfl (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/tools/testing/selftests/sched_ext/
Denq_select_cpu_fails.bpf.c13 s32 scx_bpf_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, u64 wake_flags,
32 scx_bpf_select_cpu_dfl(p, 0, 0, &found); in BPF_STRUCT_OPS()
Dselect_cpu_dfl_nodispatch.bpf.c31 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()
Dexit.bpf.c28 return scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &found); in BPF_STRUCT_OPS()
/linux-6.12.1/tools/sched_ext/
Dscx_simple.bpf.c65 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &is_idle); in BPF_STRUCT_OPS()
Dscx_flatcg.bpf.c328 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &is_idle); in BPF_STRUCT_OPS()
/linux-6.12.1/tools/sched_ext/include/scx/
Dcommon.bpf.h38 s32 scx_bpf_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, u64 wake_flags, bool *is_idle) __ks…
/linux-6.12.1/Documentation/scheduler/
Dsched-ext.rst148 cpu = scx_bpf_select_cpu_dfl(p, prev_cpu, wake_flags, &direct);
/linux-6.12.1/kernel/sched/
Dext.c5916 __bpf_kfunc s32 scx_bpf_select_cpu_dfl(struct task_struct *p, s32 prev_cpu, in scx_bpf_select_cpu_dfl() function
5939 BTF_ID_FLAGS(func, scx_bpf_select_cpu_dfl, KF_RCU)