Lines Matching refs:hits
27 #define HEADERS "lookups hits misses allocations reclaims frees"
31 unsigned long long hits;
178 "hits", "misses", "allocs", "reclaims", "frees");
187 &tmp.hits,
196 tot.hits += tmp.hits;
209 tot.lookups, tot.hits, tot.misses,
213 rel.hits = tot.hits - last.hits;
219 rel.lookups, rel.hits, rel.misses,