Searched refs:slub_debug (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.10/mm/ |
| D | slub.c | 490 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; variable 492 static slab_flags_t slub_debug; variable 1383 global_flags = slub_debug; in setup_slub_debug() 1387 slub_debug = global_flags; in setup_slub_debug() 1388 if (slub_debug != 0 || slub_debug_string) in setup_slub_debug() 1392 (slub_debug & SLAB_POISON)) in setup_slub_debug() 1451 return flags | slub_debug; in kmem_cache_flags() 1480 #define slub_debug 0 macro 5607 (slub_debug & DEBUG_METADATA_FLAGS)) in sysfs_slab_add()
|
| /kernel/linux/linux-5.10/lib/ |
| D | Kconfig.debug | 623 equivalent to specifying the "slub_debug" parameter on boot. 625 possible with slub_debug=xxx. SLUB debugging may be switched 627 "slub_debug=-".
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 4969 slub_debug[=options[,slabs][;[options[,slabs]]...] [MM, SLUB] 4970 Enabling slub_debug allows one to determine the 4972 slub_debug can create guard zones around objects and
|