Home
last modified time | relevance | path

Searched refs:static_branch_maybe (Results 1 – 8 of 8) 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 Ducopysize.h20 static_branch_maybe(CONFIG_HARDENED_USERCOPY_DEFAULT_ON, in check_object_size()
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.h3772 if (static_branch_maybe(CONFIG_INIT_ON_ALLOC_DEFAULT_ON, in want_init_on_alloc()
3781 return static_branch_maybe(CONFIG_INIT_ON_FREE_DEFAULT_ON, in want_init_on_free()
4233 !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()
1263 if (static_branch_maybe(CONFIG_NUMA, &scx_builtin_idle_per_node)) { in scx_bpf_pick_idle_cpu()
1354 if (static_branch_maybe(CONFIG_NUMA, &scx_builtin_idle_per_node)) { in scx_bpf_pick_any_cpu()
/linux/mm/
H A Dslab.h629 if (static_branch_maybe(CONFIG_INIT_ON_ALLOC_DEFAULT_ON, in slab_want_init_on_alloc()
642 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()