Home
last modified time | relevance | path

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

/linux-6.12.1/tools/mm/
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.12.1/mm/
Dslub.c5056 unsigned int min_objects; in calculate_order() local
5060 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()