Lines Matching refs:slub_debug
463 static int slub_debug = DEBUG_DEFAULT_FLAGS; variable
465 static int slub_debug; variable
1126 slub_debug = DEBUG_DEFAULT_FLAGS; in setup_slub_debug()
1140 slub_debug = 0; in setup_slub_debug()
1153 slub_debug |= SLAB_DEBUG_FREE; in setup_slub_debug()
1156 slub_debug |= SLAB_RED_ZONE; in setup_slub_debug()
1159 slub_debug |= SLAB_POISON; in setup_slub_debug()
1162 slub_debug |= SLAB_STORE_USER; in setup_slub_debug()
1165 slub_debug |= SLAB_TRACE; in setup_slub_debug()
1168 slub_debug |= SLAB_FAILSLAB; in setup_slub_debug()
1199 if (slub_debug && (!slub_debug_slabs || (name && in kmem_cache_flags()
1201 flags |= slub_debug; in kmem_cache_flags()
1230 #define slub_debug 0 macro