Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhashmap.c142 unsigned rem_count; /* counts removals from hashmap */ member
529 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()
Dhashmap.h47 unsigned rem_count; /* hashmap's rem_count in previous iteration */ member