Searched refs:slub_debug (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.c154 * disabled when slub_debug=O is used and a cache's min order increases with
315 static int slub_debug = DEBUG_DEFAULT_FLAGS; variable
317 static int slub_debug; variable
959 slub_debug = DEBUG_DEFAULT_FLAGS;
982 slub_debug = 0;
995 slub_debug |= SLAB_DEBUG_FREE;
998 slub_debug |= SLAB_RED_ZONE;
1001 slub_debug |= SLAB_POISON;
1004 slub_debug |= SLAB_STORE_USER;
1007 slub_debug |
1061 #define slub_debug macro
[all...]

Completed in 159 milliseconds