Searched refs:ARRAY_ELEM_PTR (Results 1 – 2 of 2) sorted by relevance
/linux/tools/sched_ext/ |
H A D | scx_central.bpf.c | 200 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 D | common.bpf.h | 224 #define ARRAY_ELEM_PTR(arr, i, n) (typeof(arr[i]) *) \ macro
|