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

/systemd/src/basic/
H A Dhashmap.c157 unsigned rem_count; /* counts removals from hashmap */ member in struct:hashmap_debug_info
503 h->debug.rem_count++;
664 i->rem_count = h->debug.rem_count;
669 assert(i->rem_count == h->debug.rem_count ||
670 (i->rem_count == h->debug.rem_count - 1 &&
673 i->rem_count = h->debug.rem_count;
[all...]
H A Dhashmap.h63 unsigned rem_count; /* hashmap's rem_count in previous iteration */ member in struct:__anon11

Completed in 16 milliseconds