Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/sys/
Dhash_map.h316 static inline bool sys_hashmap_should_rehash(const struct sys_hashmap *map, bool grow, in sys_hashmap_should_rehash() function
/Zephyr-Core-3.4.0/lib/hash/
Dhash_map_sc.c78 if (!sys_hashmap_should_rehash(map, grow, 0, &new_n_buckets)) { in sys_hashmap_sc_rehash()
Dhash_map_oa_lp.c123 if (!sys_hashmap_should_rehash(map, grow, data->n_tombstones, &new_n_buckets)) { in sys_hashmap_oa_lp_rehash()