Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dhash_map.h317 size_t num_reserved, size_t *new_num_buckets) in sys_hashmap_should_rehash() argument
347 __ASSERT_NO_MSG(new_num_buckets != NULL); in sys_hashmap_should_rehash()
348 __ASSERT_NO_MSG(new_num_buckets != &data->n_buckets); in sys_hashmap_should_rehash()
349 *new_num_buckets = n_buckets; in sys_hashmap_should_rehash()