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
947 if (htab_is_prealloc(htab)) { in free_htab_elem()
1009 bool prealloc = htab_is_prealloc(htab); in alloc_htab_elem()
1191 if (htab_is_prealloc(htab)) { in htab_map_update_elem()
1201 if (!htab_is_prealloc(htab)) in htab_map_update_elem()
1543 if (!htab_is_prealloc(htab)) in htab_map_free_timers()
1564 if (!htab_is_prealloc(htab)) { in htab_map_free()
2245 bool prealloc = htab_is_prealloc(htab); in htab_map_mem_usage()