Symbol: static_key_false
arch/powerpc/include/asm/kvm_book3s.h
325
extern struct static_key_false __kvmhv_is_nestedv2;
arch/powerpc/kvm/book3s_hv_nestedv2.c
30
struct static_key_false __kvmhv_is_nestedv2 __read_mostly;
arch/x86/events/perf_event.h
785
extern struct static_key_false perf_is_hybrid;
arch/x86/xen/multicalls.c
159
if (static_key_false(&mc_debug)) {
arch/x86/xen/multicalls.c
194
if (static_key_false(&mc_debug)) {
arch/x86/xen/multicalls.c
239
if (static_key_false(&mc_debug)) {
drivers/firmware/arm_scmi/quirks.c
98
struct static_key_false *key;
include/kvm/arm_vgic.h
383
extern struct static_key_false vgic_v2_cpuif_trap;
include/kvm/arm_vgic.h
384
extern struct static_key_false vgic_v3_cpuif_trap;
include/kvm/arm_vgic.h
385
extern struct static_key_false vgic_v3_has_v2_compat;
include/kvm/arm_vgic.h
85
struct static_key_false gicv3_cpuif;
include/linux/bpf-cgroup.h
77
extern struct static_key_false cgroup_bpf_enabled_key[MAX_CGROUP_BPF_ATTACH_TYPE];
include/linux/context_tracking_state.h
134
extern struct static_key_false context_tracking_key;
include/linux/cpuset.h
37
extern struct static_key_false cpusets_pre_enable_key;
include/linux/cpuset.h
38
extern struct static_key_false cpusets_enabled_key;
include/linux/cpuset.h
39
extern struct static_key_false cpusets_insane_config_key;
include/linux/dynamic_debug.h
57
struct static_key_false dd_key_false;
include/linux/filter.h
1610
extern struct static_key_false bpf_sk_lookup_enabled;
include/linux/jump_label.h
374
#define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, }
include/linux/jump_label.h
386
struct static_key_false name = STATIC_KEY_FALSE_INIT
include/linux/jump_label.h
389
struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT
include/linux/jump_label.h
392
extern struct static_key_false name
include/linux/jump_label.h
400
struct static_key_false name[count] = { \
include/linux/jump_label.h
425
!__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
include/linux/jump_label.h
493
else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
include/linux/jump_label.h
505
else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
include/linux/jump_label_ratelimit.h
22
struct static_key_false key;
include/linux/jump_label_ratelimit.h
71
struct static_key_false key;
include/linux/lsm_hooks.h
56
struct static_key_false *active;
include/linux/memcontrol.h
1587
extern struct static_key_false memcg_sockets_enabled_key;
include/linux/memcontrol.h
1708
extern struct static_key_false memcg_bpf_enabled_key;
include/linux/memcontrol.h
1714
extern struct static_key_false memcg_kmem_online_key;
include/linux/netfilter.h
238
!static_key_false(&nf_hooks_needed[pf][hook]))
include/linux/netfilter.h
332
!static_key_false(&nf_hooks_needed[pf][hook]))
include/linux/netfilter_netdev.h
12
if (!static_key_false(&nf_hooks_needed[NFPROTO_NETDEV][NF_NETDEV_INGRESS]))
include/linux/netfilter_netdev.h
57
if (!static_key_false(&nf_hooks_needed[NFPROTO_NETDEV][NF_NETDEV_EGRESS]))
include/linux/page_owner.h
8
extern struct static_key_false page_owner_inited;
include/linux/perf_event.h
1603
if (static_key_false(&perf_swevent_enabled[event_id]))
include/linux/perf_event.h
1622
extern struct static_key_false perf_sched_events;
include/linux/perf_event.h
1626
return static_key_false(&perf_swevent_enabled[swevt]);
include/linux/psi.h
17
extern struct static_key_false psi_disabled;
include/linux/sched/smt.h
8
extern struct static_key_false sched_smt_present;
include/linux/tick.h
71
extern struct static_key_false arch_needs_tick_broadcast;
include/linux/tracepoint-defs.h
41
struct static_key_false key;
include/net/netfilter/nf_tables_core.h
85
extern struct static_key_false nft_counters_enabled;
include/net/netfilter/nf_tables_core.h
86
extern struct static_key_false nft_trace_enabled;
include/net/rps.h
12
extern struct static_key_false rps_needed;
include/net/rps.h
13
extern struct static_key_false rfs_needed;
include/net/tc_wrapper.h
15
extern struct static_key_false tc_skip_wrapper;
include/net/tcp.h
2915
extern struct static_key_false tcp_have_smc;
kernel/sched/core.c
822
if (static_key_false((&paravirt_steal_rq_enabled))) {
kernel/sched/cputime.c
271
if (static_key_false(&paravirt_steal_enabled)) {
kernel/sched/fair.c
5621
return static_key_false(&__cfs_bandwidth_used);
kernel/sched/sched.h
2159
extern struct static_key_false sched_asym_cpucapacity;
kernel/sched/sched.h
2160
extern struct static_key_false sched_cluster_active;
kernel/sched/sched.h
2345
extern struct static_key_false sched_numa_balancing;
kernel/sched/sched.h
2346
extern struct static_key_false sched_schedstats;
kernel/sched/stats.h
7
extern struct static_key_false sched_schedstats;
kernel/time/tick-internal.h
162
extern struct static_key_false timers_migration_enabled;
kernel/trace/trace.c
2486
if (static_key_false(&tracepoint_printk_key.key))
lib/test_static_keys.c
31
extern struct static_key_false base_false_key;
lib/test_static_keys.c
32
extern struct static_key_false base_inv_false_key;
lib/test_static_keys.c
91
test_key_func(old_false_key, static_key_false)
lib/test_static_keys.c
98
test_key_func(base_old_false_key, static_key_false)
lib/test_static_keys.c
99
test_key_func(base_inv_old_false_key, static_key_false)
net/bridge/br_input.c
278
if (!static_key_false(&nf_hooks_needed[NFPROTO_BRIDGE][NF_BR_PRE_ROUTING]))
net/bridge/br_switchdev.c
12
static struct static_key_false br_switchdev_tx_fwd_offload;
net/core/dev.c
2769
if (!static_key_false(&xps_needed))
net/core/dev.c
2775
if (static_key_false(&xps_rxqs_needed))
net/core/dev.c
4618
if (!static_key_false(&xps_needed))
net/core/dev.c
4622
if (!static_key_false(&xps_rxqs_needed))
net/core/dev.c
4980
struct static_key_false rps_needed __read_mostly;
net/core/dev.c
4982
struct static_key_false rfs_needed __read_mostly;
net/ipv4/netfilter/ip_tables.c
272
if (static_key_false(&xt_tee_enabled))
net/ipv6/netfilter/ip6_tables.c
294
if (static_key_false(&xt_tee_enabled))
net/mac80211/debugfs.c
315
!static_key_false(&aql_disable.key));
net/netfilter/nf_tables_core.c
25
static struct static_key_false nf_tables_skip_direct_calls;
net/sched/sch_taprio.c
36
static struct static_key_false taprio_have_broken_mqprio;
net/sched/sch_taprio.c
37
static struct static_key_false taprio_have_working_mqprio;