Home
last modified time | relevance | path

Searched refs:DEFINE_STATIC_KEY_TRUE (Results 1 – 24 of 24) sorted by relevance

/linux/lib/
H A Dtest_static_key_base.c25 DEFINE_STATIC_KEY_TRUE(base_true_key);
27 DEFINE_STATIC_KEY_TRUE(base_inv_true_key);
H A Dtest_static_keys.c19 DEFINE_STATIC_KEY_TRUE(true_key);
/linux/include/linux/
H A Donce.h50 static DEFINE_STATIC_KEY_TRUE(___once_key); \
68 static DEFINE_STATIC_KEY_TRUE(___once_key); \
H A Djump_label.h376 #define DEFINE_STATIC_KEY_TRUE(name) \ macro
404 #define _DEFINE_STATIC_KEY_1(name) DEFINE_STATIC_KEY_TRUE(name)
/linux/lib/math/
H A Dgcd.c14 DEFINE_STATIC_KEY_TRUE(efficient_ffs_key);
/linux/mm/kasan/
H A Dtags.c36 DEFINE_STATIC_KEY_TRUE(kasan_flag_stacktrace);
H A Dhw_tags.c57 DEFINE_STATIC_KEY_TRUE(kasan_flag_vmalloc);
/linux/kernel/entry/
H A Dcommon.c175 DEFINE_STATIC_KEY_TRUE(sk_dynamic_irqentry_exit_cond_resched);
/linux/arch/parisc/kernel/
H A Dcache.c76 DEFINE_STATIC_KEY_TRUE(parisc_has_cache);
77 DEFINE_STATIC_KEY_TRUE(parisc_has_dcache);
78 DEFINE_STATIC_KEY_TRUE(parisc_has_icache);
/linux/Documentation/staging/
H A Dstatic-keys.rst19 DEFINE_STATIC_KEY_TRUE(key);
102 DEFINE_STATIC_KEY_TRUE(key);
126 Keys defined via DEFINE_STATIC_KEY_TRUE(), or DEFINE_STATIC_KEY_FALSE, may
/linux/mm/
H A Dpage_table_check.c24 DEFINE_STATIC_KEY_TRUE(page_table_check_disabled);
H A Dpage_alloc.c174 DEFINE_STATIC_KEY_TRUE(vm_numa_stat_key);
305 DEFINE_STATIC_KEY_TRUE(deferred_pages);
H A Dslub.c234 DEFINE_STATIC_KEY_TRUE(slub_debug_enabled);
/linux/arch/powerpc/kernel/
H A Dinterrupt.c29 DEFINE_STATIC_KEY_TRUE(sk_dynamic_irqentry_exit_cond_resched);
/linux/arch/riscv/kernel/
H A Dsetup.c278 DEFINE_STATIC_KEY_TRUE(qspinlock_key);
/linux/drivers/irqchip/
H A Dirq-apple-aic.c238 static DEFINE_STATIC_KEY_TRUE(use_fast_ipi);
240 static DEFINE_STATIC_KEY_TRUE(use_local_fast_ipi);
H A Dirq-gic.c121 static DEFINE_STATIC_KEY_TRUE(supports_deactivate_key);
H A Dirq-gic-v3.c81 static DEFINE_STATIC_KEY_TRUE(supports_deactivate_key);
/linux/kernel/
H A Djump_label.c923 static DEFINE_STATIC_KEY_TRUE(sk_true);
/linux/kernel/trace/
H A Dfgraph.c545 static DEFINE_STATIC_KEY_TRUE(fgraph_do_direct);
/linux/drivers/misc/
H A Dvmw_balloon.c236 static DEFINE_STATIC_KEY_TRUE(vmw_balloon_batching);
/linux/kernel/sched/
H A Dpsi.c147 static DEFINE_STATIC_KEY_TRUE(psi_cgroups_enabled);
H A Dcore.c126 DEFINE_STATIC_KEY_TRUE(__sched_proxy_exec);
7151 static DEFINE_STATIC_KEY_TRUE(sk_dynamic_preempt_schedule);
7224 static DEFINE_STATIC_KEY_TRUE(sk_dynamic_preempt_schedule_notrace);
10045 DEFINE_STATIC_KEY_TRUE(rt_group_sched);
/linux/kernel/cgroup/
H A Dcgroup.c172 DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_enabled_key); \
173 DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_on_dfl_key); \