Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dhashtab.c814 bpf_map_dec_elem_count(&htab->map); in htab_lru_map_delete_node()
921 bpf_map_dec_elem_count(&htab->map); in dec_elem_count()
935 bpf_map_dec_elem_count(&htab->map); in free_htab_elem()
1185 bpf_map_dec_elem_count(&htab->map); in htab_lru_push_free()
1376 bpf_map_dec_elem_count(&htab->map); in __htab_lru_percpu_map_update_elem()
/Linux-v6.6/include/linux/
Dbpf.h2133 static inline void bpf_map_dec_elem_count(struct bpf_map *map) in bpf_map_dec_elem_count() function