Home
last modified time | relevance | path

Searched refs:scx_bpf_select_cpu_and (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dallowed_cpus.bpf.c44 cpu = scx_bpf_select_cpu_and(p, prev_cpu, wake_flags, allowed, 0); in BPF_STRUCT_OPS()
72 cpu = scx_bpf_select_cpu_and(p, prev_cpu, 0, allowed, 0); in BPF_STRUCT_OPS()
129 cpu = scx_bpf_select_cpu_and(p, bpf_get_smp_processor_id(), 0, p->cpus_ptr, 0); in select_cpu_from_user()
/linux/kernel/sched/
H A Dext_idle.c1054 __bpf_kfunc s32 scx_bpf_select_cpu_and(struct task_struct *p, s32 prev_cpu, u64 wake_flags, in scx_bpf_select_cpu_and() function
1423 BTF_ID_FLAGS(func, scx_bpf_select_cpu_and, KF_RCU)
/linux/tools/sched_ext/include/scx/
H A Dcompat.bpf.h252 scx_bpf_select_cpu_and(struct task_struct *p, s32 prev_cpu, u64 wake_flags, in scx_bpf_select_cpu_and() function