Symbol: DEFINE_STATIC_KEY_TRUE
arch/parisc/kernel/cache.c
76
DEFINE_STATIC_KEY_TRUE(parisc_has_cache);
arch/parisc/kernel/cache.c
77
DEFINE_STATIC_KEY_TRUE(parisc_has_dcache);
arch/parisc/kernel/cache.c
78
DEFINE_STATIC_KEY_TRUE(parisc_has_icache);
arch/riscv/kernel/setup.c
271
DEFINE_STATIC_KEY_TRUE(qspinlock_key);
drivers/irqchip/irq-apple-aic.c
242
static DEFINE_STATIC_KEY_TRUE(use_fast_ipi);
drivers/irqchip/irq-apple-aic.c
244
static DEFINE_STATIC_KEY_TRUE(use_local_fast_ipi);
drivers/irqchip/irq-gic-v3.c
84
static DEFINE_STATIC_KEY_TRUE(supports_deactivate_key);
drivers/irqchip/irq-gic.c
121
static DEFINE_STATIC_KEY_TRUE(supports_deactivate_key);
drivers/misc/vmw_balloon.c
236
static DEFINE_STATIC_KEY_TRUE(vmw_balloon_batching);
include/linux/jump_label.h
390
#define _DEFINE_STATIC_KEY_1(name) DEFINE_STATIC_KEY_TRUE(name)
include/linux/once.h
50
static DEFINE_STATIC_KEY_TRUE(___once_key); \
include/linux/once.h
68
static DEFINE_STATIC_KEY_TRUE(___once_key); \
kernel/cgroup/cgroup.c
156
DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_enabled_key); \
kernel/cgroup/cgroup.c
157
DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_on_dfl_key); \
kernel/entry/common.c
152
DEFINE_STATIC_KEY_TRUE(sk_dynamic_irqentry_exit_cond_resched);
kernel/jump_label.c
914
static DEFINE_STATIC_KEY_TRUE(sk_true);
kernel/rseq.c
574
DEFINE_STATIC_KEY_TRUE(rseq_slice_extension_key);
kernel/sched/core.c
10309
DEFINE_STATIC_KEY_TRUE(rt_group_sched);
kernel/sched/core.c
135
DEFINE_STATIC_KEY_TRUE(__sched_proxy_exec);
kernel/sched/core.c
7451
static DEFINE_STATIC_KEY_TRUE(sk_dynamic_preempt_schedule);
kernel/sched/core.c
7524
static DEFINE_STATIC_KEY_TRUE(sk_dynamic_preempt_schedule_notrace);
kernel/sched/psi.c
147
static DEFINE_STATIC_KEY_TRUE(psi_cgroups_enabled);
kernel/trace/fgraph.c
545
static DEFINE_STATIC_KEY_TRUE(fgraph_do_direct);
lib/math/gcd.c
14
DEFINE_STATIC_KEY_TRUE(efficient_ffs_key);
lib/test_static_key_base.c
25
DEFINE_STATIC_KEY_TRUE(base_true_key);
lib/test_static_key_base.c
27
DEFINE_STATIC_KEY_TRUE(base_inv_true_key);
lib/test_static_keys.c
19
DEFINE_STATIC_KEY_TRUE(true_key);
mm/kasan/hw_tags.c
57
DEFINE_STATIC_KEY_TRUE(kasan_flag_vmalloc);
mm/kasan/tags.c
36
DEFINE_STATIC_KEY_TRUE(kasan_flag_stacktrace);
mm/page_alloc.c
168
DEFINE_STATIC_KEY_TRUE(vm_numa_stat_key);
mm/page_alloc.c
309
DEFINE_STATIC_KEY_TRUE(deferred_pages);
mm/page_table_check.c
24
DEFINE_STATIC_KEY_TRUE(page_table_check_disabled);
mm/slub.c
206
DEFINE_STATIC_KEY_TRUE(slub_debug_enabled);