Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Djump_label.h205 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
271 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
366 struct static_key_false { struct
371 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, } argument
383 struct static_key_false name = STATIC_KEY_FALSE_INIT
386 struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT
389 extern struct static_key_false name
397 struct static_key_false name[count] = { \
422 !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
490 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
[all …]
H A 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()
H A Djump_label_ratelimit.h22 struct static_key_false key;
71 struct static_key_false key;
H A Dtracepoint.h251 if (static_key_false(&__tracepoint_##name.key)) \
277 if (static_key_false(&__tracepoint_##name.key)) \
314 return static_key_false(&__tracepoint_##name.key); \
H A Dtracepoint-defs.h86 static_key_false(&(__tracepoint_##tp).key)
H A Dpsi.h17 extern struct static_key_false psi_disabled;
H A Dpage_owner.h8 extern struct static_key_false page_owner_inited;
H A Dlsm_hooks.h56 struct static_key_false *active;
H A Dnetfilter.h234 !static_key_false(&nf_hooks_needed[pf][hook])) in nf_hook()
328 !static_key_false(&nf_hooks_needed[pf][hook])) in NF_HOOK_LIST()
H A Dtick.h73 extern struct static_key_false arch_needs_tick_broadcast;
H A Ddynamic_debug.h56 struct static_key_false dd_key_false;
H A Dbpf-cgroup.h77 extern struct static_key_false cgroup_bpf_enabled_key[MAX_CGROUP_BPF_ATTACH_TYPE];
/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/net/
H A Drps.h12 extern struct static_key_false rps_needed;
13 extern struct static_key_false rfs_needed;
H A Dtc_wrapper.h15 extern struct static_key_false tc_skip_wrapper;
/linux/include/kvm/
H A Darm_vgic.h82 struct static_key_false gicv3_cpuif;
367 extern struct static_key_false vgic_v2_cpuif_trap;
368 extern struct static_key_false vgic_v3_cpuif_trap;
/linux/arch/x86/xen/
H A Dmulticalls.c157 if (static_key_false(&mc_debug)) { in xen_mc_flush()
192 if (static_key_false(&mc_debug)) { in xen_mc_flush()
237 if (static_key_false(&mc_debug)) { in __xen_mc_entry()
/linux/include/linux/sched/
H A Dsmt.h8 extern struct static_key_false sched_smt_present;
/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/kernel/time/
H A Dtick-internal.h164 extern struct static_key_false timers_migration_enabled;
/linux/kernel/sched/
H A Dstats.h7 extern struct static_key_false sched_schedstats;
H A Dsched.h2007 extern struct static_key_false sched_asym_cpucapacity; in sched_core_account_forceidle()
2008 extern struct static_key_false sched_cluster_active; in sched_core_account_forceidle()
2247 extern struct static_key_false sched_numa_balancing;
2248 extern struct static_key_false sched_schedstats;
/linux/net/mac80211/
H A Ddebugfs.c322 !static_key_false(&aql_disable.key)); in aql_enable_read()
330 bool aql_disabled = static_key_false(&aql_disable.key); in aql_enable_write()
/linux/net/netfilter/
H A Dnf_tables_core.c26 static struct static_key_false nf_tables_skip_direct_calls;
/linux/net/bridge/
H A Dbr_input.c264 if (!static_key_false(&nf_hooks_needed[NFPROTO_BRIDGE][NF_BR_PRE_ROUTING])) in nf_hook_bridge_pre()

12