Searched refs:slub_debug (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/Documentation/mm/ |
H A D | slub.rst | 12 In order to switch debugging on one can add an option ``slub_debug`` 29 Some more sophisticated uses of slub_debug: 32 Parameters may be given to ``slub_debug``. If none is specified then full 35 slub_debug=<Debug-Options> 38 slub_debug=<Debug-Options>,<slab name1>,<slab name2>,... 63 slub_debug=FZ 67 slub_debug=,dentry 74 slub_debug=P,kmalloc-*,dentry 79 slub_debug=F,dentry 87 slub_debug=O [all …]
|
/openbmc/linux/mm/ |
H A D | Kconfig.debug | 75 equivalent to specifying the "slub_debug" parameter on boot. 77 possible with slub_debug=xxx. SLUB debugging may be switched 79 "slub_debug=-".
|
H A D | slub.c | 686 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; variable 688 static slab_flags_t slub_debug; variable 1635 global_flags = slub_debug; in setup_slub_debug() 1639 slub_debug = global_flags; in setup_slub_debug() 1640 if (slub_debug & SLAB_STORE_USER) in setup_slub_debug() 1642 if (slub_debug != 0 || slub_debug_string) in setup_slub_debug() 1648 (slub_debug & SLAB_POISON)) in setup_slub_debug() 1673 slab_flags_t slub_debug_local = slub_debug; in kmem_cache_flags() 1748 #define slub_debug 0 macro 6154 (slub_debug & DEBUG_METADATA_FLAGS)) in sysfs_slab_add()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 5845 slub_debug[=options[,slabs][;[options[,slabs]]...] [MM, SLUB] 5846 Enabling slub_debug allows one to determine the 5848 slub_debug can create guard zones around objects and
|