Home
last modified time | relevance | path

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

/linux/tools/mm/
H A Dslabinfo.c835 unsigned long long min_objects = max, max_objects = 0, in totals() local
900 if (s->objects < min_objects) in totals()
901 min_objects = s->objects; in totals()
999 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
/linux/mm/
H A Dslub.c225 unsigned int min_objects; member
3776 if (total_free >= pc->min_objects in get_partial_node_bulk()
7027 pc.min_objects = min; in __refill_objects_node()
7372 unsigned int min_objects; in calculate_order() local
7376 min_objects = slub_min_objects; in calculate_order()
7377 if (!min_objects) { in calculate_order()
7390 min_objects = 4 * (fls(nr_cpus) + 1); in calculate_order()
7394 min_objects = min(min_objects, max_objects); in calculate_order()
7397 get_order(min_objects * size)); in calculate_order()