Lines Matching refs:slub_debug
479 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; variable
481 static slab_flags_t slub_debug; variable
1222 slub_debug = DEBUG_DEFAULT_FLAGS; in setup_slub_debug()
1236 slub_debug = 0; in setup_slub_debug()
1249 slub_debug |= SLAB_CONSISTENCY_CHECKS; in setup_slub_debug()
1252 slub_debug |= SLAB_RED_ZONE; in setup_slub_debug()
1255 slub_debug |= SLAB_POISON; in setup_slub_debug()
1258 slub_debug |= SLAB_STORE_USER; in setup_slub_debug()
1261 slub_debug |= SLAB_TRACE; in setup_slub_debug()
1264 slub_debug |= SLAB_FAILSLAB; in setup_slub_debug()
1285 (slub_debug & SLAB_POISON)) in setup_slub_debug()
1313 return flags | slub_debug; in kmem_cache_flags()
1330 flags |= slub_debug; in kmem_cache_flags()
1369 #define slub_debug 0 macro
5739 (slub_debug & DEBUG_METADATA_FLAGS)) in sysfs_slab_add()