Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/mm/
Dslub.c3768 unsigned int min_objects, unsigned int max_order, in slab_order() argument
3777 for (order = max(min_order, (unsigned int)get_order(min_objects * size)); in slab_order()
3795 unsigned int min_objects; in calculate_order() local
3807 min_objects = slub_min_objects; in calculate_order()
3808 if (!min_objects) { in calculate_order()
3821 min_objects = 4 * (fls(nr_cpus) + 1); in calculate_order()
3824 min_objects = min(min_objects, max_objects); in calculate_order()
3826 while (min_objects > 1) { in calculate_order()
3831 order = slab_order(size, min_objects, in calculate_order()
3837 min_objects--; in calculate_order()