Home
last modified time | relevance | path

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

/Linux-v5.10/tools/vm/
Dslabinfo.c808 unsigned long long min_objects = max, max_objects = 0, in totals() local
873 if (s->objects < min_objects) in totals()
874 min_objects = s->objects; in totals()
972 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
/Linux-v5.10/mm/
Dslub.c3396 unsigned int min_objects, unsigned int max_order, in slab_order() argument
3405 for (order = max(min_order, (unsigned int)get_order(min_objects * size)); in slab_order()
3423 unsigned int min_objects; in calculate_order() local
3434 min_objects = slub_min_objects; in calculate_order()
3435 if (!min_objects) in calculate_order()
3436 min_objects = 4 * (fls(nr_cpu_ids) + 1); in calculate_order()
3438 min_objects = min(min_objects, max_objects); in calculate_order()
3440 while (min_objects > 1) { in calculate_order()
3445 order = slab_order(size, min_objects, in calculate_order()
3451 min_objects--; in calculate_order()