Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Djump_label.h206 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
272 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
369 struct static_key_false { struct
374 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, } argument
386 struct static_key_false name = STATIC_KEY_FALSE_INIT
389 struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT
392 extern struct static_key_false name
400 struct static_key_false name[count] = { \
425 !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
493 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
[all …]
H A 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;
H A Djump_label_ratelimit.h22 struct static_key_false key;
71 struct static_key_false key;
H A Dtracepoint-defs.h41 struct static_key_false key;
H A Dpsi.h17 extern struct static_key_false psi_disabled;
H A Dlsm_hooks.h56 struct static_key_false *active;
H A Dcontext_tracking_state.h134 extern struct static_key_false context_tracking_key;
H A Dnetfilter.h238 !static_key_false(&nf_hooks_needed[pf][hook])) in nf_hook()
332 !static_key_false(&nf_hooks_needed[pf][hook])) in NF_HOOK_LIST()
H A Dtick.h71 extern struct static_key_false arch_needs_tick_broadcast;
H A Ddynamic_debug.h57 struct static_key_false dd_key_false;
H A Dmemcontrol.h1573 extern struct static_key_false memcg_sockets_enabled_key;
1694 extern struct static_key_false memcg_bpf_enabled_key;
1700 extern struct static_key_false memcg_kmem_online_key;
H A Dperf_event.h1595 if (static_key_false(&perf_swevent_enabled[event_id])) in perf_sw_event()
1614 extern struct static_key_false perf_sched_events;
1618 return static_key_false(&perf_swevent_enabled[swevt]); in __perf_sw_enabled()
/linux/lib/
H A 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/include/kvm/
H A Darm_vgic.h85 struct static_key_false gicv3_cpuif;
387 extern struct static_key_false vgic_v2_cpuif_trap;
388 extern struct static_key_false vgic_v3_cpuif_trap;
389 extern struct static_key_false vgic_v3_has_v2_compat;
/linux/arch/x86/xen/
H A Dmulticalls.c159 if (static_key_false(&mc_debug)) { in xen_mc_flush()
194 if (static_key_false(&mc_debug)) { in xen_mc_flush()
239 if (static_key_false(&mc_debug)) { in __xen_mc_entry()
/linux/include/net/netfilter/
H A Dnf_tables_core.h85 extern struct static_key_false nft_counters_enabled;
86 extern struct static_key_false nft_trace_enabled;
/linux/rust/kernel/
H A Djump_label.rs24 let _key: *const $crate::bindings::static_key_false = ::core::ptr::addr_of!((*_key).$field);
/linux/kernel/time/
H A Dtick-internal.h163 extern struct static_key_false timers_migration_enabled;
/linux/include/net/
H A Dtc_wrapper.h15 extern struct static_key_false tc_skip_wrapper;
/linux/kernel/sched/
H A Dstats.h7 extern struct static_key_false sched_schedstats;
H A Dsched.h2108 extern struct static_key_false sched_asym_cpucapacity;
2109 extern struct static_key_false sched_cluster_active;
2294 extern struct static_key_false sched_numa_balancing;
2295 extern struct static_key_false sched_schedstats;
/linux/net/netfilter/
H A Dnf_tables_core.c25 static struct static_key_false nf_tables_skip_direct_calls;
/linux/net/bridge/
H A Dbr_input.c278 if (!static_key_false(&nf_hooks_needed[NFPROTO_BRIDGE][NF_BR_PRE_ROUTING])) in nf_hook_bridge_pre()
H A Dbr_switchdev.c12 static struct static_key_false br_switchdev_tx_fwd_offload;
/linux/Documentation/staging/
H A Dstatic-keys.rst15 static_key_false()

12