Searched refs:max_objects (Results 1 – 2 of 2) sorted by relevance
625 int inuse, max_objects; in get_fullness_group() local630 max_objects = page->objects; in get_fullness_group()634 else if (inuse == max_objects) in get_fullness_group()636 else if (inuse <= 3 * max_objects / fullness_threshold_frac) in get_fullness_group()
943 int max_objects; in on_freelist() local968 max_objects = order_objects(compound_order(page), s->size, s->reserved); in on_freelist()969 if (max_objects > MAX_OBJS_PER_PAGE) in on_freelist()970 max_objects = MAX_OBJS_PER_PAGE; in on_freelist()972 if (page->objects != max_objects) { in on_freelist()974 page->objects, max_objects); in on_freelist()975 page->objects = max_objects; in on_freelist()3137 int max_objects; in calculate_order() local3150 max_objects = order_objects(slub_max_order, size, reserved); in calculate_order()3151 min_objects = min(min_objects, max_objects); in calculate_order()