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/powerpc/kernel/interrupt.c
29
DEFINE_STATIC_KEY_TRUE(sk_dynamic_irqentry_exit_cond_resched);
arch/riscv/kernel/setup.c
278
DEFINE_STATIC_KEY_TRUE(qspinlock_key);
drivers/irqchip/irq-apple-aic.c
238
static DEFINE_STATIC_KEY_TRUE(use_fast_ipi);
drivers/irqchip/irq-apple-aic.c
240
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
404
#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
170
DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_enabled_key); \
kernel/cgroup/cgroup.c
171
DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_on_dfl_key); \
kernel/entry/common.c
203
DEFINE_STATIC_KEY_TRUE(sk_dynamic_irqentry_exit_cond_resched);
kernel/jump_label.c
923
static DEFINE_STATIC_KEY_TRUE(sk_true);
kernel/rseq.c
526
DEFINE_STATIC_KEY_TRUE(rseq_slice_extension_key);
kernel/sched/core.c
130
DEFINE_STATIC_KEY_TRUE(__sched_proxy_exec);
kernel/sched/core.c
7133
static DEFINE_STATIC_KEY_TRUE(sk_dynamic_preempt_schedule);
kernel/sched/core.c
7206
static DEFINE_STATIC_KEY_TRUE(sk_dynamic_preempt_schedule_notrace);
kernel/sched/core.c
9997
DEFINE_STATIC_KEY_TRUE(rt_group_sched);
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
201
DEFINE_STATIC_KEY_TRUE(vm_numa_stat_key);
mm/page_alloc.c
332
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);