Searched refs:slub_debug (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | debug_symbols.c | 59 ADS_ENTRY(ADS_SLUB_DEBUG, &slub_debug),
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | minidump_memory.c | 762 slab_flags_t slub_debug; in is_slub_debug_enabled() local 764 slub_debug = *(slab_flags_t *)android_debug_symbol(ADS_SLUB_DEBUG); in is_slub_debug_enabled() 765 if (slub_debug) in is_slub_debug_enabled()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | slub.c | 492 slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; variable 494 slab_flags_t slub_debug; variable 596 if (!slub_debug || !(s->flags & SLAB_STORE_USER)) in get_each_object_track() 1424 global_flags = slub_debug; in setup_slub_debug() 1428 slub_debug = global_flags; in setup_slub_debug() 1429 if (slub_debug != 0 || slub_debug_string) in setup_slub_debug() 1433 (slub_debug & SLAB_POISON)) in setup_slub_debug() 1492 return flags | slub_debug; in kmem_cache_flags() 1521 #define slub_debug 0 macro 5592 (slub_debug & DEBUG_METADATA_FLAGS)) in sysfs_slab_add()
|
| H A D | slab.h | 244 extern slab_flags_t slub_debug;
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | Kconfig.debug | 627 equivalent to specifying the "slub_debug" parameter on boot. 629 possible with slub_debug=xxx. SLUB debugging may be switched 631 "slub_debug=-".
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 5035 slub_debug[=options[,slabs][;[options[,slabs]]...] [MM, SLUB] 5036 Enabling slub_debug allows one to determine the 5038 slub_debug can create guard zones around objects and
|