Searched refs:slub_max_order (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslub.c1917 static int slub_max_order = PAGE_ALLOC_COSTLY_ORDER; variable
1941 * slub_max_order specifies the order where we begin to stop considering the
1942 * number of objects in a slab as critical. If we reach slub_max_order then
1998 max_objects = (PAGE_SIZE << slub_max_order)/size;
2005 slub_max_order, fraction);
2006 if (order <= slub_max_order)
2017 order = slab_order(size, 1, slub_max_order, 1);
2018 if (order <= slub_max_order)
2022 * Doh this slab cannot be placed using slub_max_order.
2528 get_option(&str, &slub_max_order);
[all...]

Completed in 93 milliseconds