Searched refs:slub_debug (Results 1 – 4 of 4) sorted by relevance
26 void hash_pointers_finalize(bool slub_debug);
979 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS;981 static slab_flags_t slub_debug;1909 global_flags = slub_debug; in setup_slub_debug() 1913 slub_debug = global_flags; in setup_slub_debug() 1914 if (slub_debug & SLAB_STORE_USER) in setup_slub_debug() 1916 if (slub_debug != 0 || slub_debug_string) in setup_slub_debug() 1922 (slub_debug & SLAB_POISON))1932 __core_param_cb(slub_debug, ¶m_ops_slab_debug, NULL, 0);1950 slab_flags_t slub_debug_local = slub_debug; in kmem_cache_flags() 2024 #define slub_debug 975 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; global() variable 977 static slab_flags_t slub_debug; global() variable 2020 #define slub_debug global() macro [all...]
2324 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
6979 (slub_debug legacy name also accepted for now)