Searched refs:static_branch_maybe (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/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 | 3788 if (static_branch_maybe(CONFIG_INIT_ON_ALLOC_DEFAULT_ON, in want_init_on_alloc() 3797 return static_branch_maybe(CONFIG_INIT_ON_FREE_DEFAULT_ON, in want_init_on_free() 4250 !static_branch_maybe(CONFIG_INIT_ON_ALLOC_DEFAULT_ON, in user_alloc_needs_zeroing()
|
| /linux-6.15/kernel/sched/ |
| H A D | ext_idle.c | 65 if (!static_branch_maybe(CONFIG_NUMA, &scx_builtin_idle_per_node)) in scx_cpu_node_if_enabled() 451 if (static_branch_maybe(CONFIG_NUMA, &scx_selcpu_topo_numa)) in scx_select_cpu_dfl() 454 if (static_branch_maybe(CONFIG_SCHED_MC, &scx_selcpu_topo_llc)) in scx_select_cpu_dfl() 1034 if (static_branch_maybe(CONFIG_NUMA, &scx_builtin_idle_per_node)) { in scx_bpf_pick_idle_cpu() 1111 if (static_branch_maybe(CONFIG_NUMA, &scx_builtin_idle_per_node)) { in scx_bpf_pick_any_cpu()
|
| /linux-6.15/mm/ |
| H A D | slab.h | 639 if (static_branch_maybe(CONFIG_INIT_ON_ALLOC_DEFAULT_ON, in slab_want_init_on_alloc() 652 if (static_branch_maybe(CONFIG_INIT_ON_FREE_DEFAULT_ON, in slab_want_init_on_free()
|
| H A D | zswap.c | 139 return !static_branch_maybe(CONFIG_ZSWAP_DEFAULT_ON, &zswap_ever_enabled); in zswap_never_enabled()
|