Searched refs:max_objects (Results 1 – 3 of 3) sorted by relevance
36 unsigned int max_objects; member
835 unsigned long long min_objects = max, max_objects = 0, in totals() local925 if (s->objects > max_objects) in totals()926 max_objects = s->objects; in totals()1000 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
1566 int max_objects; in on_freelist() local1599 max_objects = order_objects(slab_order(slab), s->size); in on_freelist()1600 if (max_objects > MAX_OBJS_PER_PAGE) in on_freelist()1601 max_objects = MAX_OBJS_PER_PAGE; in on_freelist()1603 if (slab->objects != max_objects) { in on_freelist()1605 slab->objects, max_objects); in on_freelist()1606 slab->objects = max_objects; in on_freelist()7603 unsigned int max_objects; in calculate_order() local7623 max_objects = max(order_objects(slub_max_order, size), 1U); in calculate_order()7624 min_objects = min(min_objects, max_objects); in calculate_order()