Searched refs:bpf_map_sum_elem_count (Results 1 – 4 of 4) sorted by relevance
10 __s64 bpf_map_sum_elem_count(struct bpf_map *map) __ksym;19 BPF_SEQ_PRINTF(seq, "%lld", bpf_map_sum_elem_count(map)); in dump_bpf_map()
106 __s64 bpf_map_sum_elem_count(struct bpf_map *map) __ksym;120 VERIFY(bpf_map_sum_elem_count(map) == 0); in check_hash()130 VERIFY(bpf_map_sum_elem_count(map) == HALF_ENTRIES); in check_hash()
76 __s64 bpf_map_sum_elem_count(struct bpf_map *map) __ksym;93 bpf_map_sum_elem_count(map)); in dump_bpf_map()
200 __bpf_kfunc s64 bpf_map_sum_elem_count(const struct bpf_map *map) in bpf_map_sum_elem_count() function219 BTF_ID_FLAGS(func, bpf_map_sum_elem_count, KF_TRUSTED_ARGS)