Searched refs:slub_debug (Results 1 – 4 of 4) sorted by relevance
14 In order to switch debugging on one can add an option ``slub_debug``31 Some more sophisticated uses of slub_debug:34 Parameters may be given to ``slub_debug``. If none is specified then full37 slub_debug=<Debug-Options>40 slub_debug=<Debug-Options>,<slab name1>,<slab name2>,...60 slub_debug=FZ64 slub_debug=,dentry71 slub_debug=P,kmalloc-*,dentry76 slub_debug=F,dentry84 slub_debug=O[all …]
479 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; variable481 static slab_flags_t slub_debug; variable1222 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()[all …]
532 equivalent to specifying the "slub_debug" parameter on boot.534 possible with slub_debug=xxx. SLUB debugging may be switched536 "slub_debug=-".
4361 slub_debug[=options[,slabs]] [MM, SLUB]4362 Enabling slub_debug allows one to determine the4364 slub_debug can create guard zones around objects and