Searched defs:bpf_htab (Results 1 – 2 of 2) sorted by relevance
33781 struct bpf_htab { struct33782 struct bpf_map map;33783 struct bpf_mem_alloc ma;33784 struct bpf_mem_alloc pcpu_ma;33785 struct bucket *buckets;33786 void *elems;33791 union {33795 struct htab_elem * __attribute__((btf_type_tag("percpu"))) *extra_elems;33796 struct percpu_counter pcount;33797 atomic_t count;[all …]
43443 struct bpf_htab { struct43444 struct bpf_map map;43445 struct bpf_mem_alloc ma;43446 struct bpf_mem_alloc pcpu_ma;43447 struct bucket *buckets;43448 void *elems;43453 union {43457 struct htab_elem * __attribute__((btf_type_tag("percpu"))) *extra_elems;43458 struct percpu_counter pcount;43459 atomic_t count;[all …]