Searched refs:static_branch_maybe (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | randomize_kstack.h | 59 if (static_branch_maybe(CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT, \ 86 if (static_branch_maybe(CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT, \
|
| H A D | ucopysize.h | 20 static_branch_maybe(CONFIG_HARDENED_USERCOPY_DEFAULT_ON, in check_object_size()
|
| H A D | alloc_tag.h | 133 return static_branch_maybe(CONFIG_MEM_ALLOC_PROFILING_ENABLED_BY_DEFAULT, in mem_alloc_profiling_enabled()
|
| H A D | jump_label.h | 519 #define static_branch_maybe(config, x) \ macro
|
| H A D | mm.h | 3772 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 D | ext_idle.c | 71 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 D | slab.h | 629 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 D | zswap.c | 131 return !static_branch_maybe(CONFIG_ZSWAP_DEFAULT_ON, &zswap_ever_enabled); in zswap_never_enabled()
|