Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dhashtab.c308 bpf_map_inc_elem_count(&htab->map); in prealloc_lru_pop()
918 bpf_map_inc_elem_count(&htab->map); in inc_elem_count()
1023 bpf_map_inc_elem_count(&htab->map); in alloc_htab_elem()
/openbmc/linux/include/linux/
H A Dbpf.h2162 static inline void bpf_map_inc_elem_count(struct bpf_map *map) in bpf_map_inc_elem_count() function