Lines Matching full:reclaims
27 #define HEADERS "lookups hits misses allocations reclaims frees"
34 unsigned long long reclaims;
177 "hits", "misses", "allocs", "reclaims", "frees");
189 &tmp.reclaims, &tmp.frees);
198 tot.reclaims += tmp.reclaims;
209 tot.allocations, tot.reclaims, tot.frees);
215 rel.reclaims = tot.reclaims - last.reclaims;
219 rel.allocations, rel.reclaims, rel.frees);