Searched refs:slub_max_order (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | slub.c | 3446 static unsigned int slub_max_order = PAGE_ALLOC_COSTLY_ORDER; variable 3516 max_objects = order_objects(slub_max_order, size); in calculate_order() 3525 slub_max_order, fraction); in calculate_order() 3526 if (order <= slub_max_order) in calculate_order() 3537 order = slab_order(size, 1, slub_max_order, 1); in calculate_order() 3538 if (order <= slub_max_order) in calculate_order() 4008 get_option(&str, (int *)&slub_max_order); in setup_slub_max_order() 4009 slub_max_order = min(slub_max_order, (unsigned int)MAX_ORDER - 1); in setup_slub_max_order() 4441 slub_max_order = 0; in kmem_cache_init() 4474 slub_min_order, slub_max_order, slub_min_objects, in kmem_cache_init()
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | slub.rst | 155 .. slub_max_order=x (default 3 (PAGE_ALLOC_COSTLY_ORDER)) 168 ``slub_max_order`` 175 ``slub_max_order`` to 0, what cause minimum possible order of
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 5051 slub_max_order= [MM, SLUB] 5059 increase the slab order up to slub_max_order to 5068 lower than slub_max_order.
|