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

/linux-master/mm/
H A Dslab.h505 DECLARE_STATIC_KEY_TRUE(slub_debug_enabled); variable
507 DECLARE_STATIC_KEY_FALSE(slub_debug_enabled); variable
513 return static_branch_unlikely(&slub_debug_enabled);
H A Dslab_common.c292 static_branch_enable(&slub_debug_enabled);
H A Dslub.c215 DEFINE_STATIC_KEY_TRUE(slub_debug_enabled); variable
217 DEFINE_STATIC_KEY_FALSE(slub_debug_enabled); variable
1745 static_branch_enable(&slub_debug_enabled);
1747 static_branch_disable(&slub_debug_enabled);

Completed in 222 milliseconds