Searched refs:DEFINE_STATIC_KEY_TRUE (Results 1 - 23 of 23) sorted by relevance

/linux-master/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 Dcrc-t10dif.c20 static DEFINE_STATIC_KEY_TRUE(crct10dif_fallback);
H A Dcrc64-rocksoft.c14 static DEFINE_STATIC_KEY_TRUE(crc64_rocksoft_fallback);
H A Dtest_static_keys.c19 DEFINE_STATIC_KEY_TRUE(true_key);
/linux-master/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.h23 * DEFINE_STATIC_KEY_TRUE(key);
36 * "DEFINE_STATIC_KEY_TRUE(key)", and use it in the same
370 #define DEFINE_STATIC_KEY_TRUE(name) \ macro
398 #define _DEFINE_STATIC_KEY_1(name) DEFINE_STATIC_KEY_TRUE(name)
/linux-master/mm/kasan/
H A Dtags.c36 DEFINE_STATIC_KEY_TRUE(kasan_flag_stacktrace);
H A Dhw_tags.c61 DEFINE_STATIC_KEY_TRUE(kasan_flag_vmalloc);
/linux-master/arch/parisc/kernel/
H A Dcache.c64 DEFINE_STATIC_KEY_TRUE(parisc_has_cache);
65 DEFINE_STATIC_KEY_TRUE(parisc_has_dcache);
66 DEFINE_STATIC_KEY_TRUE(parisc_has_icache);
/linux-master/mm/
H A Dpage_table_check.c22 DEFINE_STATIC_KEY_TRUE(page_table_check_disabled);
H A Dpage_alloc.c170 DEFINE_STATIC_KEY_TRUE(vm_numa_stat_key);
319 DEFINE_STATIC_KEY_TRUE(deferred_pages);
H A Dslub.c215 DEFINE_STATIC_KEY_TRUE(slub_debug_enabled);
/linux-master/arch/x86/kernel/
H A Dparavirt.c54 DEFINE_STATIC_KEY_TRUE(virt_spin_lock_key);
/linux-master/kernel/entry/
H A Dcommon.c318 DEFINE_STATIC_KEY_TRUE(sk_dynamic_irqentry_exit_cond_resched);
/linux-master/kernel/
H A Djump_label.c833 static DEFINE_STATIC_KEY_TRUE(sk_true);
/linux-master/arch/arm64/kernel/
H A Dentry-common.c263 DEFINE_STATIC_KEY_TRUE(sk_dynamic_irqentry_exit_cond_resched);
/linux-master/drivers/irqchip/
H A Dirq-apple-aic.c237 static DEFINE_STATIC_KEY_TRUE(use_fast_ipi);
H A Dirq-gic.c121 static DEFINE_STATIC_KEY_TRUE(supports_deactivate_key);
H A Dirq-gic-v3.c75 static DEFINE_STATIC_KEY_TRUE(supports_deactivate_key);
/linux-master/drivers/misc/
H A Dvmw_balloon.c236 static DEFINE_STATIC_KEY_TRUE(vmw_balloon_batching);
/linux-master/kernel/sched/
H A Dpsi.c143 static DEFINE_STATIC_KEY_TRUE(psi_cgroups_enabled);
H A Dcore.c6963 static DEFINE_STATIC_KEY_TRUE(sk_dynamic_preempt_schedule);
7036 static DEFINE_STATIC_KEY_TRUE(sk_dynamic_preempt_schedule_notrace);
/linux-master/kernel/cgroup/
H A Dcgroup.c145 DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_enabled_key); \
146 DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_on_dfl_key); \

Completed in 478 milliseconds