Searched refs:min_objects (Results 1 – 2 of 2) sorted by relevance
835 unsigned long long min_objects = max, max_objects = 0, in totals() local900 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()
225 unsigned int min_objects; member3772 if (total_free >= pc->min_objects in get_partial_node_bulk()7024 pc.min_objects = min; in __refill_objects_node()7369 unsigned int min_objects; in calculate_order() local7373 min_objects = slub_min_objects; in calculate_order()7374 if (!min_objects) { in calculate_order()7387 min_objects = 4 * (fls(nr_cpus) + 1); in calculate_order()7391 min_objects = min(min_objects, max_objects); in calculate_order()7394 get_order(min_objects * size)); in calculate_order()