Home
last modified time | relevance | path

Searched refs:min_objects (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/mm/
H A Dslabinfo.c832 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()
/openbmc/linux/mm/
H A Dslub.c4120 unsigned int min_objects, unsigned int max_order, in calc_slab_order() argument
4129 for (order = max(min_order, (unsigned int)get_order(min_objects * size)); in calc_slab_order()
4147 unsigned int min_objects; in calculate_order() local
4159 min_objects = slub_min_objects; in calculate_order()
4160 if (!min_objects) { in calculate_order()
4173 min_objects = 4 * (fls(nr_cpus) + 1); in calculate_order()
4176 min_objects = min(min_objects, max_objects); in calculate_order()
4178 while (min_objects > 1) { in calculate_order()
4183 order = calc_slab_order(size, min_objects, in calculate_order()
4189 min_objects--; in calculate_order()