Searched refs:min_objects (Results 1 – 2 of 2) sorted by relevance
832 unsigned long long min_objects = max, max_objects = 0, in totals() local897 if (s->objects < min_objects) in totals()898 min_objects = s->objects; in totals()996 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
5056 unsigned int min_objects; in calculate_order() local5060 min_objects = slub_min_objects; in calculate_order()5061 if (!min_objects) { in calculate_order()5074 min_objects = 4 * (fls(nr_cpus) + 1); in calculate_order()5078 min_objects = min(min_objects, max_objects); in calculate_order()5081 get_order(min_objects * size)); in calculate_order()