Home
last modified time | relevance | path

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

/Zephyr-latest/lib/hash/
Dhash_map_oa_lp.c92 --data->n_tombstones; in sys_hashmap_oa_lp_insert_no_rehash()
123 if (!sys_hashmap_should_rehash(map, grow, data->n_tombstones, &new_n_buckets)) { in sys_hashmap_oa_lp_rehash()
231 data->n_tombstones = 0; in sys_hashmap_oa_lp_clear()
263 ++data->n_tombstones; in sys_hashmap_oa_lp_remove()
/Zephyr-latest/include/zephyr/sys/
Dhash_map_oa_lp.h31 size_t n_tombstones; member