Home
last modified time | relevance | path

Searched refs:static_key_false (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v5.4/include/linux/
Djump_label.h198 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
262 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
350 struct static_key_false { struct
355 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, } argument
367 struct static_key_false name = STATIC_KEY_FALSE_INIT
370 struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT
373 extern struct static_key_false name
381 struct static_key_false name[count] = { \
391 !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
459 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
[all …]
Djump_label_ratelimit.h22 struct static_key_false key;
71 struct static_key_false key;
Dcpuset.h34 extern struct static_key_false cpusets_pre_enable_key;
35 extern struct static_key_false cpusets_enabled_key;
Dcontext_tracking_state.h26 extern struct static_key_false context_tracking_enabled;
Dtracepoint.h209 if (static_key_false(&__tracepoint_##name.key)) \
235 if (static_key_false(&__tracepoint_##name.key)) \
274 return static_key_false(&__tracepoint_##name.key); \
Dnetfilter_ingress.h12 if (!static_key_false(&nf_hooks_needed[NFPROTO_NETDEV][NF_NETDEV_INGRESS])) in nf_hook_ingress_active()
Dpsi.h14 extern struct static_key_false psi_disabled;
Dfrontswap.h41 extern struct static_key_false frontswap_enabled_key;
Dpage_owner.h8 extern struct static_key_false page_owner_inited;
Dperf_event.h1108 if (static_key_false(&perf_swevent_enabled[event_id])) in perf_sw_event()
1122 if (static_key_false(&perf_swevent_enabled[event_id])) { in perf_sw_event_sched()
1130 extern struct static_key_false perf_sched_events;
1135 if (static_key_false(&perf_swevent_enabled[PERF_COUNT_SW_CPU_MIGRATIONS])) in perf_sw_migrate_enabled()
Ddynamic_debug.h44 struct static_key_false dd_key_false;
Dpage_ref.h27 #define page_ref_tracepoint_active(t) static_key_false(&(t).key)
/Linux-v5.4/lib/
Dtest_static_keys.c31 extern struct static_key_false base_false_key;
32 extern struct static_key_false base_inv_false_key;
91 test_key_func(old_false_key, static_key_false) in test_key_func()
98 test_key_func(base_old_false_key, static_key_false) in test_key_func()
99 test_key_func(base_inv_old_false_key, static_key_false) in test_key_func()
Dcrc-t10dif.c29 static_key_false(&crct10dif_fallback) || in crc_t10dif_rehash()
65 if (static_key_false(&crct10dif_fallback)) in crc_t10dif_update()
109 if (static_key_false(&crct10dif_fallback)) in crc_t10dif_transform_show()
/Linux-v5.4/arch/arm64/include/asm/
Dlse.h19 extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS];
20 extern struct static_key_false arm64_const_caps_ready;
Dcpufeature.h374 extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS];
375 extern struct static_key_false arm64_const_caps_ready;
/Linux-v5.4/include/net/netfilter/
Dnf_tables_core.h69 extern struct static_key_false nft_counters_enabled;
70 extern struct static_key_false nft_trace_enabled;
/Linux-v5.4/include/kvm/
Darm_vgic.h75 struct static_key_false gicv3_cpuif;
331 extern struct static_key_false vgic_v2_cpuif_trap;
332 extern struct static_key_false vgic_v3_cpuif_trap;
/Linux-v5.4/include/linux/sched/
Dsmt.h8 extern struct static_key_false sched_smt_present;
/Linux-v5.4/arch/x86/kvm/
Dlapic.h166 if (static_key_false(&kvm_no_apic_vcpu)) in lapic_in_kernel()
175 if (static_key_false(&apic_hw_disabled.key)) in kvm_apic_hw_enabled()
184 if (static_key_false(&apic_sw_disabled.key)) in kvm_apic_sw_enabled()
Dmmu_audit.c253 if (static_key_false((&mmu_audit_key))) in kvm_mmu_audit()
/Linux-v5.4/kernel/time/
Dtick-internal.h157 extern struct static_key_false timers_migration_enabled;
/Linux-v5.4/arch/x86/include/asm/
Dio.h267 extern struct static_key_false sev_enable_key;
Dmsr.h73 #define msr_tracepoint_active(t) static_key_false(&(t).key)
/Linux-v5.4/net/bridge/
Dbr_input.c210 if (!static_key_false(&nf_hooks_needed[NFPROTO_BRIDGE][NF_BR_PRE_ROUTING])) in nf_hook_bridge_pre()

12