Home
last modified time | relevance | path

Searched refs:slub_debug (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dsprintf.h26 void hash_pointers_finalize(bool slub_debug);
/linux/mm/
H A Dslub.c975 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; variable
977 static slab_flags_t slub_debug; variable
1905 global_flags = slub_debug; in setup_slub_debug()
1909 slub_debug = global_flags; in setup_slub_debug()
1910 if (slub_debug & SLAB_STORE_USER) in setup_slub_debug()
1912 if (slub_debug != 0 || slub_debug_string) in setup_slub_debug()
1918 (slub_debug & SLAB_POISON)) in setup_slub_debug()
1928 __core_param_cb(slub_debug, &param_ops_slab_debug, NULL, 0);
1946 slab_flags_t slub_debug_local = slub_debug; in kmem_cache_flags()
2020 #define slub_debug 0 macro
[all …]
/linux/lib/
H A Dvsprintf.c2324 void __init hash_pointers_finalize(bool slub_debug) in hash_pointers_finalize()
2335 no_hash_pointers = slub_debug; in hash_pointers_finalize()
2323 hash_pointers_finalize(bool slub_debug) hash_pointers_finalize() argument
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt6966 (slub_debug legacy name also accepted for now)