Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dhashtab.c131 static inline bool htab_is_prealloc(const struct bpf_htab *htab) in htab_is_prealloc() function
944 if (htab_is_prealloc(htab)) { in free_htab_elem()
1006 bool prealloc = htab_is_prealloc(htab); in alloc_htab_elem()
1181 if (!htab_is_prealloc(htab)) in htab_map_update_elem()
1525 if (!htab_is_prealloc(htab)) in htab_map_free_timers()
1546 if (!htab_is_prealloc(htab)) { in htab_map_free()
2223 bool prealloc = htab_is_prealloc(htab); in htab_map_mem_usage()