Home
last modified time | relevance | path

Searched refs:static_branch_maybe (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Drandomize_kstack.h59 if (static_branch_maybe(CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT, \
86 if (static_branch_maybe(CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT, \
H A Dalloc_tag.h99 return static_branch_maybe(CONFIG_MEM_ALLOC_PROFILING_ENABLED_BY_DEFAULT, in mem_alloc_profiling_enabled()
H A Djump_label.h516 #define static_branch_maybe(config, x) \ macro
H A Dmm.h3673 if (static_branch_maybe(CONFIG_INIT_ON_ALLOC_DEFAULT_ON, in want_init_on_alloc()
3682 return static_branch_maybe(CONFIG_INIT_ON_FREE_DEFAULT_ON, in want_init_on_free()
/linux/mm/
H A Dslab.h654 if (static_branch_maybe(CONFIG_INIT_ON_ALLOC_DEFAULT_ON, in slab_want_init_on_alloc()
667 if (static_branch_maybe(CONFIG_INIT_ON_FREE_DEFAULT_ON,
H A Dzswap.c137 return !static_branch_maybe(CONFIG_ZSWAP_DEFAULT_ON, &zswap_ever_enabled); in zswap_never_enabled()