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

/linux-master/mm/
H A Dslub.c815 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; variable
817 static slab_flags_t slub_debug; variable
1741 global_flags = slub_debug;
1745 slub_debug = global_flags;
1746 if (slub_debug & SLAB_STORE_USER)
1748 if (slub_debug != 0 || slub_debug_string)
1754 (slub_debug & SLAB_POISON))
1760 __setup_param("slub_debug", slub_debug, setup_slub_debug, 0);
1778 slab_flags_t slub_debug_local = slub_debug;
1852 #define slub_debug macro
[all...]

Completed in 119 milliseconds