Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dhashtab.c796 bpf_map_dec_elem_count(&htab->map); in htab_lru_map_delete_node()
906 bpf_map_dec_elem_count(&htab->map); in dec_elem_count()
920 bpf_map_dec_elem_count(&htab->map); in free_htab_elem()
1186 bpf_map_dec_elem_count(&htab->map); in htab_lru_push_free()
1377 bpf_map_dec_elem_count(&htab->map); in __htab_lru_percpu_map_update_elem()
/linux-6.15/include/linux/
H A Dbpf.h2437 static inline void bpf_map_dec_elem_count(struct bpf_map *map) in bpf_map_dec_elem_count() function