Searched refs:max_objects (Results 1 – 1 of 1) sorted by relevance
1025 int max_objects; in on_freelist() local1050 max_objects = order_objects(compound_order(page), s->size); in on_freelist()1051 if (max_objects > MAX_OBJS_PER_PAGE) in on_freelist()1052 max_objects = MAX_OBJS_PER_PAGE; in on_freelist()1054 if (page->objects != max_objects) { in on_freelist()1056 page->objects, max_objects); in on_freelist()1057 page->objects = max_objects; in on_freelist()3503 unsigned int max_objects; in calculate_order() local3516 max_objects = order_objects(slub_max_order, size); in calculate_order()3517 min_objects = min(min_objects, max_objects); in calculate_order()