Searched refs:min_objects (Results 1 – 2 of 2) sorted by relevance
832 unsigned long long min_objects = max, max_objects = 0, in totals() local 897 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()
5492 unsigned int min_objects; in calculate_order() local 5496 min_objects = slub_min_objects; in calculate_order() 5497 if (!min_objects) { in calculate_order() 5510 min_objects = 4 * (fls(nr_cpus) + 1); in calculate_order() 5512 /* min_objects can't be 0 because get_order(0) is undefined */ in calculate_order() 5514 min_objects = min(min_objects, max_objects); in calculate_order() 5517 get_order(min_objects * size)); in calculate_order() 5527 * smallest order from min_objects-derived/slab_min_order up to in calculate_order() 5533 * accept any waste and give us the order determined by min_objects, a in calculate_order() [all...]