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

/linux-master/mm/
H A Dslub.c791 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS; variable
793 static slab_flags_t slub_debug; variable
1737 global_flags = slub_debug;
1741 slub_debug = global_flags;
1742 if (slub_debug & SLAB_STORE_USER)
1744 if (slub_debug != 0 || slub_debug_string)
1750 (slub_debug & SLAB_POISON))
1756 __setup_param("slub_debug", slub_debug, setup_slub_debug, 0);
1774 slab_flags_t slub_debug_local = slub_debug;
1848 #define slub_debug macro
[all...]

Completed in 240 milliseconds