Searched refs:rem_count (Results 1 – 2 of 2) sorted by relevance
153 unsigned rem_count; /* counts removals from hashmap */ member557 h->debug.rem_count++; in base_remove_entry()718 i->rem_count = h->debug.rem_count; in hashmap_iterate_entry()723 assert(i->rem_count == h->debug.rem_count || in hashmap_iterate_entry()724 (i->rem_count == h->debug.rem_count - 1 && in hashmap_iterate_entry()727 i->rem_count = h->debug.rem_count; in hashmap_iterate_entry()1295 h->b.debug.rem_count++; in hashmap_replace()
62 unsigned rem_count; /* hashmap's rem_count in previous iteration */ member