Lines Matching refs:slub_debug
463 static int slub_debug = DEBUG_DEFAULT_FLAGS; variable
465 static int slub_debug = SLAB_STORE_USER; variable
467 static int slub_debug; variable
1146 slub_debug = DEBUG_DEFAULT_FLAGS; in setup_slub_debug()
1160 slub_debug = 0; in setup_slub_debug()
1173 slub_debug |= SLAB_DEBUG_FREE; in setup_slub_debug()
1176 slub_debug |= SLAB_RED_ZONE; in setup_slub_debug()
1179 slub_debug |= SLAB_POISON; in setup_slub_debug()
1182 slub_debug |= SLAB_STORE_USER; in setup_slub_debug()
1185 slub_debug |= SLAB_TRACE; in setup_slub_debug()
1188 slub_debug |= SLAB_FAILSLAB; in setup_slub_debug()
1219 if (slub_debug && (!slub_debug_slabs || (name && in kmem_cache_flags()
1221 flags |= slub_debug; in kmem_cache_flags()
1251 #define slub_debug 0 macro