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

/systemd/src/basic/
H A Dhashmap.c156 unsigned put_count; /* counts puts into the hashmap */ member in struct:hashmap_debug_info
663 i->put_count = h->debug.put_count;
667 assert(i->put_count == h->debug.put_count);
923 h->debug.put_count++;
1248 h->b.debug.put_count++;
H A Dhashmap.h62 unsigned put_count; /* hashmap's put_count recorded at start of iteration */ member in struct:__anon11

Completed in 1108 milliseconds