Searched refs:slab_debug (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/admin-guide/mm/ |
| H A D | slab.rst | 11 In order to switch debugging on one can add an option ``slab_debug`` 28 Some more sophisticated uses of slab_debug: 31 Parameters may be given to ``slab_debug``. If none is specified then full 34 slab_debug=<Debug-Options> 37 slab_debug=<Debug-Options>,<slab name1>,<slab name2>,... 62 slab_debug=FZ 66 slab_debug=,dentry 73 slab_debug=P,kmalloc-*,dentry 78 slab_debug=F,dentry 86 slab_debug=O [all …]
|
| /linux/mm/ |
| H A D | Kconfig.debug | 67 equivalent to specifying the "slab_debug" parameter on boot. 69 possible with slab_debug=xxx. SLUB debugging may be switched 71 "slab_debug=-".
|
| H A D | slub.c | 1921 __core_param_cb(slab_debug, ¶m_ops_slab_debug, NULL, 0);
|
| /linux/tools/mm/ |
| H A D | slabinfo.c | 744 static void slab_debug(struct slabinfo *s) in slab_debug() function 1347 slab_debug(slab); in output_slabs()
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1963 auto - Hash pointers unless slab_debug is enabled. 1964 always - Always hash pointers (even if slab_debug is 6862 slab_debug[=options[,slabs][;[options[,slabs]]...] [MM] 6863 Enabling slab_debug allows one to determine the 6865 slab_debug can create guard zones around objects and
|