Searched refs:max_objects (Results 1 – 1 of 1) sorted by relevance
971 int max_objects; in on_freelist() local996 max_objects = order_objects(compound_order(page), s->size); in on_freelist()997 if (max_objects > MAX_OBJS_PER_PAGE) in on_freelist()998 max_objects = MAX_OBJS_PER_PAGE; in on_freelist()1000 if (page->objects != max_objects) { in on_freelist()1002 page->objects, max_objects); in on_freelist()1003 page->objects = max_objects; in on_freelist()3339 unsigned int max_objects; in calculate_order() local3352 max_objects = order_objects(slub_max_order, size); in calculate_order()3353 min_objects = min(min_objects, max_objects); in calculate_order()