Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dtest_static_key_base.c25 DEFINE_STATIC_KEY_TRUE(base_true_key);
27 DEFINE_STATIC_KEY_TRUE(base_inv_true_key);
Dcrc-t10dif.c20 static DEFINE_STATIC_KEY_TRUE(crct10dif_fallback);
Dcrc64-rocksoft.c14 static DEFINE_STATIC_KEY_TRUE(crc64_rocksoft_fallback);
Dtest_static_keys.c19 DEFINE_STATIC_KEY_TRUE(true_key);
/linux-6.12.1/include/linux/
Donce.h50 static DEFINE_STATIC_KEY_TRUE(___once_key); \
68 static DEFINE_STATIC_KEY_TRUE(___once_key); \
Djump_label.h373 #define DEFINE_STATIC_KEY_TRUE(name) \ macro
401 #define _DEFINE_STATIC_KEY_1(name) DEFINE_STATIC_KEY_TRUE(name)
/linux-6.12.1/mm/kasan/
Dtags.c36 DEFINE_STATIC_KEY_TRUE(kasan_flag_stacktrace);
Dhw_tags.c62 DEFINE_STATIC_KEY_TRUE(kasan_flag_vmalloc);
/linux-6.12.1/arch/parisc/kernel/
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-6.12.1/Documentation/staging/
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-6.12.1/kernel/entry/
Dcommon.c318 DEFINE_STATIC_KEY_TRUE(sk_dynamic_irqentry_exit_cond_resched);
/linux-6.12.1/mm/
Dpage_table_check.c24 DEFINE_STATIC_KEY_TRUE(page_table_check_disabled);
Dpage_alloc.c171 DEFINE_STATIC_KEY_TRUE(vm_numa_stat_key);
300 DEFINE_STATIC_KEY_TRUE(deferred_pages);
Dslub.c215 DEFINE_STATIC_KEY_TRUE(slub_debug_enabled);
/linux-6.12.1/drivers/irqchip/
Dirq-apple-aic.c238 static DEFINE_STATIC_KEY_TRUE(use_fast_ipi);
240 static DEFINE_STATIC_KEY_TRUE(use_local_fast_ipi);
Dirq-gic.c121 static DEFINE_STATIC_KEY_TRUE(supports_deactivate_key);
Dirq-gic-v3.c80 static DEFINE_STATIC_KEY_TRUE(supports_deactivate_key);
/linux-6.12.1/arch/arm64/kernel/
Dentry-common.c263 DEFINE_STATIC_KEY_TRUE(sk_dynamic_irqentry_exit_cond_resched);
/linux-6.12.1/kernel/
Djump_label.c924 static DEFINE_STATIC_KEY_TRUE(sk_true);
/linux-6.12.1/kernel/trace/
Dfgraph.c505 static DEFINE_STATIC_KEY_TRUE(fgraph_do_direct);
/linux-6.12.1/drivers/misc/
Dvmw_balloon.c236 static DEFINE_STATIC_KEY_TRUE(vmw_balloon_batching);
/linux-6.12.1/kernel/sched/
Dpsi.c143 static DEFINE_STATIC_KEY_TRUE(psi_cgroups_enabled);
Dcore.c6910 static DEFINE_STATIC_KEY_TRUE(sk_dynamic_preempt_schedule);
6983 static DEFINE_STATIC_KEY_TRUE(sk_dynamic_preempt_schedule_notrace);
/linux-6.12.1/kernel/cgroup/
Dcgroup.c145 DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_enabled_key); \
146 DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_on_dfl_key); \