Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_cpu0.bpf.c38 u64 *cnt_p = bpf_map_lookup_elem(&stats, &idx); in stat_inc()
39 if (cnt_p) in stat_inc()
40 (*cnt_p)++; in stat_inc() local
H A Dscx_flatcg.bpf.c77 u64 *cnt_p = bpf_map_lookup_elem(&stats, &idx_v); in stat_inc() local
78 if (cnt_p) in stat_inc()
79 (*cnt_p)++; in stat_inc()