Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dcgroup_hierarchical_stats.c87 struct attach_counter *total_counter, *parent_counter; in BPF_PROG() local
102 total_counter = bpf_map_lookup_elem(&attach_counters, &cg_id); in BPF_PROG()
103 if (!total_counter) { in BPF_PROG()
110 if (total_counter->pending) { in BPF_PROG()
111 delta += total_counter->pending; in BPF_PROG()
112 total_counter->pending = 0; in BPF_PROG()
116 total_counter->state += delta; in BPF_PROG()
137 struct attach_counter *total_counter; in BPF_PROG() local
147 total_counter = bpf_map_lookup_elem(&attach_counters, &cg_id); in BPF_PROG()
148 if (!total_counter) { in BPF_PROG()
[all …]

Completed in 3 milliseconds