Home
last modified time | relevance | path

Searched refs:static_branch_maybe (Results 1 – 7 of 7) 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.h133 return static_branch_maybe(CONFIG_MEM_ALLOC_PROFILING_ENABLED_BY_DEFAULT, in mem_alloc_profiling_enabled()
H A Djump_label.h519 #define static_branch_maybe(config, x) \ macro
H A Dmm.h4098 if (static_branch_maybe(CONFIG_INIT_ON_ALLOC_DEFAULT_ON, in want_init_on_alloc()
4107 return static_branch_maybe(CONFIG_INIT_ON_FREE_DEFAULT_ON, in want_init_on_free()
4560 !static_branch_maybe(CONFIG_INIT_ON_ALLOC_DEFAULT_ON, in user_alloc_needs_zeroing()
/linux/kernel/sched/
H A Dext_idle.c71 if (!static_branch_maybe(CONFIG_NUMA, &scx_builtin_idle_per_node)) in scx_cpu_node_if_enabled()
496 if (static_branch_maybe(CONFIG_NUMA, &scx_selcpu_topo_numa)) { in scx_select_cpu_dfl()
506 if (static_branch_maybe(CONFIG_SCHED_MC, &scx_selcpu_topo_llc)) { in scx_select_cpu_dfl()
1293 if (static_branch_maybe(CONFIG_NUMA, &scx_builtin_idle_per_node)) { in scx_bpf_pick_idle_cpu()
1384 if (static_branch_maybe(CONFIG_NUMA, &scx_builtin_idle_per_node)) { in scx_bpf_pick_any_cpu()
/linux/mm/
H A Dslab.h620 if (static_branch_maybe(CONFIG_INIT_ON_ALLOC_DEFAULT_ON, in slab_want_init_on_alloc()
633 if (static_branch_maybe(CONFIG_INIT_ON_FREE_DEFAULT_ON, in slab_want_init_on_free()
H A Dzswap.c131 return !static_branch_maybe(CONFIG_ZSWAP_DEFAULT_ON, &zswap_ever_enabled); in zswap_never_enabled()