Searched refs:min_objects (Results 1 – 2 of 2) sorted by relevance
835 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()
225 unsigned int min_objects; member3776 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() local7376 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()