Home
last modified time | relevance | path

Searched refs:__COMPAT_scx_bpf_cpu_node (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dnuma.bpf.c27 int node = __COMPAT_scx_bpf_cpu_node(cpu); in validate_local_idle_state()
53 int node = __COMPAT_scx_bpf_cpu_node(task_cpu); in BPF_STRUCT_OPS()
79 if (__COMPAT_scx_bpf_cpu_node(cpu) != node) in BPF_STRUCT_OPS()
87 int node = __COMPAT_scx_bpf_cpu_node(scx_bpf_task_cpu(p)); in BPF_STRUCT_OPS()
94 int node = __COMPAT_scx_bpf_cpu_node(cpu); in BPF_STRUCT_OPS()
/linux/tools/sched_ext/include/scx/
H A Dcompat.bpf.h222 #define __COMPAT_scx_bpf_cpu_node(cpu) \ macro