Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_central.bpf.c200 gimme = ARRAY_ELEM_PTR(cpu_gimme_task, cpu, nr_cpu_ids); in BPF_STRUCT_OPS()
231 gimme = ARRAY_ELEM_PTR(cpu_gimme_task, cpu, nr_cpu_ids); in BPF_STRUCT_OPS()
246 u64 *started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids); in BPF_STRUCT_OPS()
254 u64 *started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids); in BPF_STRUCT_OPS()
280 started_at = ARRAY_ELEM_PTR(cpu_started_at, cpu, nr_cpu_ids); in central_timerfn()
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h224 #define ARRAY_ELEM_PTR(arr, i, n) (typeof(arr[i]) *) \ macro