Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/mm/
H A Dslub.c5452 unsigned int min_objects; in calculate_order() local
5456 min_objects = slub_min_objects; in calculate_order()
5457 if (!min_objects) { in calculate_order()
5470 min_objects = 4 * (fls(nr_cpus) + 1); in calculate_order()
5474 min_objects = min(min_objects, max_objects); in calculate_order()
5477 get_order(min_objects * size)); in calculate_order()