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>39 slub_debug=<Debug-Options>,<slab name>59 slub_debug=FZ63 slub_debug=,dentry70 slub_debug=F,dentry78 slub_debug=O105 SLUB can validate all object if the kernel was booted with slub_debug. In[all …]
472 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; variable474 static slab_flags_t slub_debug; variable1213 slub_debug = DEBUG_DEFAULT_FLAGS; in setup_slub_debug()1227 slub_debug = 0; in setup_slub_debug()1240 slub_debug |= SLAB_CONSISTENCY_CHECKS; in setup_slub_debug()1243 slub_debug |= SLAB_RED_ZONE; in setup_slub_debug()1246 slub_debug |= SLAB_POISON; in setup_slub_debug()1249 slub_debug |= SLAB_STORE_USER; in setup_slub_debug()1252 slub_debug |= SLAB_TRACE; in setup_slub_debug()1255 slub_debug |= SLAB_FAILSLAB; in setup_slub_debug()[all …]
524 equivalent to specifying the "slub_debug" parameter on boot.526 possible with slub_debug=xxx. SLUB debugging may be switched528 "slub_debug=-".
4087 slub_debug[=options[,slabs]] [MM, SLUB]4088 Enabling slub_debug allows one to determine the4090 slub_debug can create guard zones around objects and