Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dhashmap.c153 unsigned rem_count; /* counts removals from hashmap */ member
557 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()
Dhashmap.h62 unsigned rem_count; /* hashmap's rem_count in previous iteration */ member