Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhashmap.c141 unsigned put_count; /* counts puts into the hashmap */ member
690 i->put_count = h->debug.put_count; in hashmap_iterate_entry()
694 assert(i->put_count == h->debug.put_count); in hashmap_iterate_entry()
957 h->debug.put_count++; in hashmap_put_robin_hood()
1308 h->b.debug.put_count++; in hashmap_replace()
Dhashmap.h46 unsigned put_count; /* hashmap's put_count recorded at start of iteration */ member