Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dhashmap.c152 unsigned put_count; /* counts puts into the hashmap */ member
717 i->put_count = h->debug.put_count; in hashmap_iterate_entry()
721 assert(i->put_count == h->debug.put_count); in hashmap_iterate_entry()
969 h->debug.put_count++; in hashmap_put_robin_hood()
1294 h->b.debug.put_count++; in hashmap_replace()
Dhashmap.h61 unsigned put_count; /* hashmap's put_count recorded at start of iteration */ member