Home
last modified time | relevance | path

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

12

/Linux-v6.1/include/linux/
Djump_label.h205 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
267 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] = { \
406 !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
474 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
[all …]
Dcpuset.h35 extern struct static_key_false cpusets_pre_enable_key;
36 extern struct static_key_false cpusets_enabled_key;
37 extern struct static_key_false cpusets_insane_config_key;
Djump_label_ratelimit.h22 struct static_key_false key;
71 struct static_key_false key;
Dnetfilter_netdev.h12 if (!static_key_false(&nf_hooks_needed[NFPROTO_NETDEV][NF_NETDEV_INGRESS])) in nf_hook_ingress_active()
57 if (!static_key_false(&nf_hooks_needed[NFPROTO_NETDEV][NF_NETDEV_EGRESS])) in nf_hook_egress_active()
Dtracepoint-defs.h85 static_key_false(&(__tracepoint_##tp).key)
Dtracepoint.h220 if (static_key_false(&__tracepoint_##name.key)) \
247 if (static_key_false(&__tracepoint_##name.key)) \
285 return static_key_false(&__tracepoint_##name.key); \
Dfrontswap.h27 extern struct static_key_false frontswap_enabled_key;
Dpsi.h17 extern struct static_key_false psi_disabled;
Dpage_owner.h8 extern struct static_key_false page_owner_inited;
Dcontext_tracking_state.h102 extern struct static_key_false context_tracking_key;
Dnetfilter.h222 !static_key_false(&nf_hooks_needed[pf][hook])) in nf_hook()
316 !static_key_false(&nf_hooks_needed[pf][hook])) in NF_HOOK_LIST()
/Linux-v6.1/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()
/Linux-v6.1/include/kvm/
Darm_vgic.h81 struct static_key_false gicv3_cpuif;
364 extern struct static_key_false vgic_v2_cpuif_trap;
365 extern struct static_key_false vgic_v3_cpuif_trap;
/Linux-v6.1/include/linux/sched/
Dsmt.h8 extern struct static_key_false sched_smt_present;
/Linux-v6.1/arch/powerpc/mm/nohash/
Dkup.c16 struct static_key_false disable_kuap_key;
/Linux-v6.1/include/net/netfilter/
Dnf_tables_core.h83 extern struct static_key_false nft_counters_enabled;
84 extern struct static_key_false nft_trace_enabled;
/Linux-v6.1/arch/powerpc/mm/book3s32/
Dkuap.c6 struct static_key_false disable_kuap_key;
/Linux-v6.1/arch/riscv/include/asm/
Dhwcap.h84 extern struct static_key_false riscv_isa_ext_keys[RISCV_ISA_EXT_KEY_MAX];
/Linux-v6.1/arch/powerpc/include/asm/nohash/32/
Dkup-8xx.h16 extern struct static_key_false disable_kuap_key;
/Linux-v6.1/arch/powerpc/include/asm/nohash/
Dkup-booke.h21 extern struct static_key_false disable_kuap_key;
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/
Dkup.h14 extern struct static_key_false disable_kuap_key;
/Linux-v6.1/arch/arm64/include/asm/
Dbarrier.h44 extern struct static_key_false gic_pmr_sync; \
Dptrace.h45 extern struct static_key_false gic_nonsecure_priorities;\
/Linux-v6.1/kernel/time/
Dtick-internal.h157 extern struct static_key_false timers_migration_enabled;
/Linux-v6.1/arch/x86/include/asm/
Dsev.h137 extern struct static_key_false sev_es_enable_key;

12