Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcgroup_hierarchical_stats.c86 struct attach_counter *total_counter, *parent_counter; in BPF_PROG() local
101 total_counter = bpf_map_lookup_elem(&attach_counters, &cg_id); in BPF_PROG()
102 if (!total_counter) { in BPF_PROG()
109 if (total_counter->pending) { in BPF_PROG()
110 delta += total_counter->pending; in BPF_PROG()
111 total_counter->pending = 0; in BPF_PROG()
115 total_counter->state += delta; in BPF_PROG()
136 struct attach_counter *total_counter; in BPF_PROG() local
146 total_counter = bpf_map_lookup_elem(&attach_counters, &cg_id); in BPF_PROG()
147 if (!total_counter) { in BPF_PROG()
[all …]