Searched refs:slub_debug (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/Documentation/vm/ |
| D | slub.rst | 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 full 37 slub_debug=<Debug-Options> 40 slub_debug=<Debug-Options>,<slab name1>,<slab name2>,... 65 slub_debug=FZ 69 slub_debug=,dentry 76 slub_debug=P,kmalloc-*,dentry 81 slub_debug=F,dentry 89 slub_debug=O [all …]
|
| /Linux-v5.10/mm/ |
| D | slub.c | 489 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; variable 491 static slab_flags_t slub_debug; variable 1353 slub_debug = DEBUG_DEFAULT_FLAGS; in setup_slub_debug() 1365 slub_debug = flags; in setup_slub_debug() 1380 slub_debug = 0; in setup_slub_debug() 1384 if (slub_debug != 0 || slub_debug_string) in setup_slub_debug() 1388 (slub_debug & SLAB_POISON)) in setup_slub_debug() 1449 return flags | slub_debug; in kmem_cache_flags() 1479 #define slub_debug 0 macro 5602 (slub_debug & DEBUG_METADATA_FLAGS)) in sysfs_slab_add()
|
| /Linux-v5.10/lib/ |
| D | Kconfig.debug | 621 equivalent to specifying the "slub_debug" parameter on boot. 623 possible with slub_debug=xxx. SLUB debugging may be switched 625 "slub_debug=-".
|
| /Linux-v5.10/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 4842 slub_debug[=options[,slabs][;[options[,slabs]]...] [MM, SLUB] 4843 Enabling slub_debug allows one to determine the 4845 slub_debug can create guard zones around objects and
|