Lines Matching defs:reclaims
27 #define HEADERS "lookups hits misses allocations reclaims frees"
34 unsigned long long reclaims;
178 "hits", "misses", "allocs", "reclaims", "frees");
190 &tmp.reclaims, &tmp.frees);
199 tot.reclaims += tmp.reclaims;
210 tot.allocations, tot.reclaims, tot.frees);
216 rel.reclaims = tot.reclaims - last.reclaims;
220 rel.allocations, rel.reclaims, rel.frees);