Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_pair.bpf.c143 const volatile s32 RESIZABLE_ARRAY(rodata, pair_cpu);
146 const volatile u32 RESIZABLE_ARRAY(rodata, pair_id);
149 const volatile u32 RESIZABLE_ARRAY(rodata, in_pair_idx);
H A Dscx_central.bpf.c77 bool RESIZABLE_ARRAY(data, cpu_gimme_task);
78 u64 RESIZABLE_ARRAY(data, cpu_started_at);
/linux/tools/sched_ext/include/scx/
H A Duser_exit_info.bpf.h22 char RESIZABLE_ARRAY(data, __name##_dump); \
H A Dcommon.bpf.h253 #define RESIZABLE_ARRAY(elfsec, arr) arr[1] SEC("."#elfsec"."#arr) macro