Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dallowed_cpus.bpf.c78 cpu = scx_bpf_select_cpu_and(p, prev_cpu, wake_flags, allowed, 0); in BPF_STRUCT_OPS()
107 cpu = scx_bpf_select_cpu_and(p, prev_cpu, 0, allowed, 0); in BPF_STRUCT_OPS()
164 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/ext/
H A Didle.c1131 __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
1551 BTF_ID_FLAGS(func, scx_bpf_select_cpu_and, KF_RCU)
H A Dext.c9472 BTF_ID_FLAGS(func, scx_bpf_select_cpu_and, KF_RCU)
10829 BTF_ID_FLAGS(func, scx_bpf_select_cpu_and, KF_RCU)
/linux/tools/sched_ext/include/scx/
H A Dcompat.bpf.h295 scx_bpf_select_cpu_and(struct task_struct *p, s32 prev_cpu, u64 wake_flags, in scx_bpf_select_cpu_and() function