static_key_false  374 arch/arm64/include/asm/cpufeature.h extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS];
static_key_false  375 arch/arm64/include/asm/cpufeature.h extern struct static_key_false arm64_const_caps_ready;
static_key_false   19 arch/arm64/include/asm/lse.h extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS];
static_key_false   20 arch/arm64/include/asm/lse.h extern struct static_key_false arm64_const_caps_ready;
static_key_false  267 arch/x86/include/asm/io.h extern struct static_key_false sev_enable_key;
static_key_false   73 arch/x86/include/asm/msr.h #define msr_tracepoint_active(t) static_key_false(&(t).key)
static_key_false  166 arch/x86/kvm/lapic.h 	if (static_key_false(&kvm_no_apic_vcpu))
static_key_false  175 arch/x86/kvm/lapic.h 	if (static_key_false(&apic_hw_disabled.key))
static_key_false  184 arch/x86/kvm/lapic.h 	if (static_key_false(&apic_sw_disabled.key))
static_key_false  253 arch/x86/kvm/mmu_audit.c 	if (static_key_false((&mmu_audit_key)))
static_key_false   75 include/kvm/arm_vgic.h 	struct static_key_false gicv3_cpuif;
static_key_false  331 include/kvm/arm_vgic.h extern struct static_key_false vgic_v2_cpuif_trap;
static_key_false  332 include/kvm/arm_vgic.h extern struct static_key_false vgic_v3_cpuif_trap;
static_key_false   26 include/linux/bpf-cgroup.h extern struct static_key_false cgroup_bpf_enabled_key;
static_key_false   26 include/linux/context_tracking_state.h extern struct static_key_false context_tracking_enabled;
static_key_false   34 include/linux/cpuset.h extern struct static_key_false cpusets_pre_enable_key;
static_key_false   35 include/linux/cpuset.h extern struct static_key_false cpusets_enabled_key;
static_key_false   44 include/linux/dynamic_debug.h 		struct static_key_false dd_key_false;
static_key_false   41 include/linux/frontswap.h extern struct static_key_false frontswap_enabled_key;
static_key_false  355 include/linux/jump_label.h #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, }
static_key_false  367 include/linux/jump_label.h 	struct static_key_false name = STATIC_KEY_FALSE_INIT
static_key_false  370 include/linux/jump_label.h 	struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT
static_key_false  373 include/linux/jump_label.h 	extern struct static_key_false name
static_key_false  381 include/linux/jump_label.h 	struct static_key_false name[count] = {			\
static_key_false  391 include/linux/jump_label.h 	    !__builtin_types_compatible_p(typeof(*x), struct static_key_false))	\
static_key_false  459 include/linux/jump_label.h 	else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
static_key_false  471 include/linux/jump_label.h 	else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
static_key_false   22 include/linux/jump_label_ratelimit.h 	struct static_key_false key;
static_key_false   71 include/linux/jump_label_ratelimit.h 	struct static_key_false key;
static_key_false 1339 include/linux/memcontrol.h extern struct static_key_false memcg_sockets_enabled_key;
static_key_false 1384 include/linux/memcontrol.h extern struct static_key_false memcg_kmem_enabled_key;
static_key_false  195 include/linux/netdevice.h extern struct static_key_false rps_needed;
static_key_false  196 include/linux/netdevice.h extern struct static_key_false rfs_needed;
static_key_false  220 include/linux/netfilter.h 	    !static_key_false(&nf_hooks_needed[pf][hook]))
static_key_false   12 include/linux/netfilter_ingress.h 	if (!static_key_false(&nf_hooks_needed[NFPROTO_NETDEV][NF_NETDEV_INGRESS]))
static_key_false    8 include/linux/page_owner.h extern struct static_key_false page_owner_inited;
static_key_false   27 include/linux/page_ref.h #define page_ref_tracepoint_active(t) static_key_false(&(t).key)
static_key_false 1108 include/linux/perf_event.h 	if (static_key_false(&perf_swevent_enabled[event_id]))
static_key_false 1122 include/linux/perf_event.h 	if (static_key_false(&perf_swevent_enabled[event_id])) {
static_key_false 1130 include/linux/perf_event.h extern struct static_key_false perf_sched_events;
static_key_false 1135 include/linux/perf_event.h 	if (static_key_false(&perf_swevent_enabled[PERF_COUNT_SW_CPU_MIGRATIONS]))
static_key_false   14 include/linux/psi.h extern struct static_key_false psi_disabled;
static_key_false    8 include/linux/sched/smt.h extern struct static_key_false sched_smt_present;
static_key_false  209 include/linux/tracepoint.h 		if (static_key_false(&__tracepoint_##name.key))		\
static_key_false  235 include/linux/tracepoint.h 		if (static_key_false(&__tracepoint_##name.key))		\
static_key_false  274 include/linux/tracepoint.h 		return static_key_false(&__tracepoint_##name.key);	\
static_key_false   69 include/net/netfilter/nf_tables_core.h extern struct static_key_false nft_counters_enabled;
static_key_false   70 include/net/netfilter/nf_tables_core.h extern struct static_key_false nft_trace_enabled;
static_key_false 1596 include/net/tcp.h extern struct static_key_false tcp_md5_needed;
static_key_false 2281 include/net/tcp.h extern struct static_key_false tcp_have_smc;
static_key_false  178 kernel/sched/core.c 	if (static_key_false((&paravirt_steal_rq_enabled))) {
static_key_false  237 kernel/sched/cputime.c 	if (static_key_false(&paravirt_steal_enabled)) {
static_key_false 4327 kernel/sched/fair.c 	return static_key_false(&__cfs_bandwidth_used);
static_key_false 1389 kernel/sched/sched.h extern struct static_key_false sched_asym_cpucapacity;
static_key_false 1607 kernel/sched/sched.h extern struct static_key_false sched_numa_balancing;
static_key_false 1608 kernel/sched/sched.h extern struct static_key_false sched_schedstats;
static_key_false  157 kernel/time/tick-internal.h extern struct static_key_false timers_migration_enabled;
static_key_false 2591 kernel/trace/trace.c 	if (static_key_false(&tracepoint_printk_key.key))
static_key_false   29 lib/crc-t10dif.c 	    static_key_false(&crct10dif_fallback) ||
static_key_false   65 lib/crc-t10dif.c 	if (static_key_false(&crct10dif_fallback))
static_key_false  109 lib/crc-t10dif.c 	if (static_key_false(&crct10dif_fallback))
static_key_false   31 lib/test_static_keys.c extern struct static_key_false base_false_key;
static_key_false   32 lib/test_static_keys.c extern struct static_key_false base_inv_false_key;
static_key_false   91 lib/test_static_keys.c test_key_func(old_false_key, static_key_false)
static_key_false   98 lib/test_static_keys.c test_key_func(base_old_false_key, static_key_false)
static_key_false   99 lib/test_static_keys.c test_key_func(base_inv_old_false_key, static_key_false)
static_key_false  210 net/bridge/br_input.c 	if (!static_key_false(&nf_hooks_needed[NFPROTO_BRIDGE][NF_BR_PRE_ROUTING]))
static_key_false 2164 net/core/dev.c 	if (!static_key_false(&xps_needed))
static_key_false 2170 net/core/dev.c 	if (static_key_false(&xps_rxqs_needed)) {
static_key_false 3571 net/core/dev.c 	if (!static_key_false(&xps_needed))
static_key_false 3575 net/core/dev.c 	if (!static_key_false(&xps_rxqs_needed))
static_key_false 3892 net/core/dev.c struct static_key_false rps_needed __read_mostly;
static_key_false 3894 net/core/dev.c struct static_key_false rfs_needed __read_mostly;
static_key_false  273 net/ipv4/netfilter/ip_tables.c 	if (static_key_false(&xt_tee_enabled))
static_key_false  295 net/ipv6/netfilter/ip6_tables.c 	if (static_key_false(&xt_tee_enabled))