Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_central.bpf.c76 bool RESIZABLE_ARRAY(data, cpu_gimme_task);
77 u64 RESIZABLE_ARRAY(data, cpu_started_at);
/linux/tools/sched_ext/include/scx/
H A Duser_exit_info.h36 char RESIZABLE_ARRAY(data, __name##_dump); \
H A Dcommon.bpf.h165 #define RESIZABLE_ARRAY(elfsec, arr) arr[1] SEC("."#elfsec"."#arr) macro