Home
last modified time | relevance | path

Searched refs:MAX_OBJS_PER_PAGE (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/mm/
Dslub.c305 #define MAX_OBJS_PER_PAGE 32767 /* since slab.objects is u15 */ macro
798 static unsigned long object_map[BITS_TO_LONGS(MAX_OBJS_PER_PAGE)];
1466 if (max_objects > MAX_OBJS_PER_PAGE) in on_freelist()
1467 max_objects = MAX_OBJS_PER_PAGE; in on_freelist()
5082 if (order_objects(min_order, size) > MAX_OBJS_PER_PAGE) in calculate_order()
5083 return get_order(size * MAX_OBJS_PER_PAGE) - 1; in calculate_order()