Searched refs:total_hashmap_hits (Results 1 – 2 of 2) sorted by relevance
88 static size_t total_hashmap_hits; variable120 total_hashmap_hits++; in map_find()173 total_hashmap_hits = 0; in heap_trace_start()275 summary->total_hashmap_hits = total_hashmap_hits; in heap_trace_summary()369 (size_t)CONFIG_HEAP_TRACE_HASH_MAP_SIZE, total_hashmap_hits, total_hashmap_miss); in heap_trace_dump_base()
59 size_t total_hashmap_hits; ///< If hashmap is used, the total number of hits member