Searched refs:rem_count (Results 1 – 2 of 2) sorted by relevance
142 unsigned rem_count; /* counts removals from hashmap */ member529 h->debug.rem_count++; in base_remove_entry()691 i->rem_count = h->debug.rem_count; in hashmap_iterate_entry()696 assert(i->rem_count == h->debug.rem_count || in hashmap_iterate_entry()697 (i->rem_count == h->debug.rem_count - 1 && in hashmap_iterate_entry()700 i->rem_count = h->debug.rem_count; in hashmap_iterate_entry()1309 h->b.debug.rem_count++; in hashmap_replace()
47 unsigned rem_count; /* hashmap's rem_count in previous iteration */ member