Searched refs:slub_max_order (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 3377 static unsigned int slub_max_order = PAGE_ALLOC_COSTLY_ORDER; variable 3395 * slub_max_order specifies the order where we begin to stop considering the 3396 * number of objects in a slab as critical. If we reach slub_max_order then 3447 max_objects = order_objects(slub_max_order, size); in calculate_order() 3456 slub_max_order, fraction); in calculate_order() 3457 if (order <= slub_max_order) in calculate_order() 3468 order = slab_order(size, 1, slub_max_order, 1); in calculate_order() 3469 if (order <= slub_max_order) in calculate_order() 3473 * Doh this slab cannot be placed using slub_max_order. in calculate_order() 3940 get_option(&str, (int *)&slub_max_order); in setup_slub_max_order() [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 4083 static unsigned int slub_max_order = variable 4102 * slub_max_order specifies the order where we begin to stop considering the 4103 * number of objects in a slab as critical. If we reach slub_max_order then 4168 max_objects = order_objects(slub_max_order, size); in calculate_order() 4177 slub_max_order, fraction); in calculate_order() 4178 if (order <= slub_max_order) in calculate_order() 4189 order = calc_slab_order(size, 1, slub_max_order, 1); in calculate_order() 4190 if (order <= slub_max_order) in calculate_order() 4194 * Doh this slab cannot be placed using slub_max_order. in calculate_order() 4721 get_option(&str, (int *)&slub_max_order); in setup_slub_max_order() [all...] |
Completed in 14 milliseconds