Home
last modified time | relevance | path

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

/linux/tools/mm/
H A Dslabinfo.c834 unsigned long long min_objects = max, max_objects = 0, in totals()
899 if (s->objects < min_objects) in totals()
900 min_objects = s->objects; in totals()
998 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
835 unsigned long long min_objects = max, max_objects = 0, totals() local
/linux/mm/
H A Dslub.c227 unsigned int min_objects; member
3773 if (total_free >= pc->min_objects in get_partial_node_bulk()
7166 pc.min_objects = min; in __refill_objects_node()
7511 unsigned int min_objects; in calculate_order() local
7515 min_objects = slub_min_objects; in calculate_order()
7516 if (!min_objects) { in calculate_order()
7529 min_objects = 4 * (fls(nr_cpus) + 1); in calculate_order()
7533 min_objects = min(min_objects, max_objects); in calculate_order()
7536 get_order(min_objects * size)); in calculate_order()