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.c37 int node = __COMPAT_scx_bpf_cpu_node(scx_bpf_task_cpu(p)); in BPF_STRUCT_OPS()
54 if (__COMPAT_scx_bpf_cpu_node(cpu) != node) in BPF_STRUCT_OPS()
62 int node = __COMPAT_scx_bpf_cpu_node(scx_bpf_task_cpu(p)); in BPF_STRUCT_OPS()
69 int node = __COMPAT_scx_bpf_cpu_node(cpu); in BPF_STRUCT_OPS()
/linux/tools/sched_ext/include/scx/
H A Dcompat.bpf.h204 #define __COMPAT_scx_bpf_cpu_node(cpu) \ macro