slub: Optimized SLUB Memory Allocator

(cherry picked from commit 110e6c989068385cc84f71bb02bfda2b58e56a0f)
Signed-off-by: rk134 <rahul-k@bigdi.cc>
Signed-off-by: priiii1808 <priyanshusinghal0818@gmail.com>
This commit is contained in:
jonascardoso 2017-11-24 10:51:05 -02:00 committed by Ksawlii
parent b8eba3b6e6
commit a37de4bafa

View file

@ -3640,7 +3640,7 @@ EXPORT_SYMBOL(kmem_cache_alloc_bulk);
* take the list_lock.
*/
static unsigned int slub_min_order;
static unsigned int slub_max_order = PAGE_ALLOC_COSTLY_ORDER;
static unsigned int slub_max_order;
static unsigned int slub_min_objects;
/*