Searched refs:static_key_false (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/include/linux/sched/
H A Dsmt.h8 extern struct static_key_false sched_smt_present;
/linux-master/include/linux/
H A Djump_label.h19 * static_key_false()
205 static __always_inline bool static_key_false(struct static_key *key) function
268 static __always_inline bool static_key_false(struct static_key *key) function
363 struct static_key_false { struct
368 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, }
380 struct static_key_false name = STATIC_KEY_FALSE_INIT
383 struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT
386 extern struct static_key_false name
394 struct static_key_false name[count] = { \
419 !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
[all...]
H A Dtracepoint-defs.h86 static_key_false(&(__tracepoint_##tp).key)
H A Djump_label_ratelimit.h22 struct static_key_false key;
71 struct static_key_false key;
H A Dnetfilter_netdev.h12 if (!static_key_false(&nf_hooks_needed[NFPROTO_NETDEV][NF_NETDEV_INGRESS]))
57 if (!static_key_false(&nf_hooks_needed[NFPROTO_NETDEV][NF_NETDEV_EGRESS]))
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 Dpsi.h17 extern struct static_key_false psi_disabled;
H A Dcontext_tracking_state.h104 extern struct static_key_false context_tracking_key;
H A Dpage_owner.h8 extern struct static_key_false page_owner_inited;
H A Dtracepoint.h232 if (static_key_false(&__tracepoint_##name.key)) \
258 if (static_key_false(&__tracepoint_##name.key)) \
295 return static_key_false(&__tracepoint_##name.key); \
H A Dnetfilter.h234 !static_key_false(&nf_hooks_needed[pf][hook]))
328 !static_key_false(&nf_hooks_needed[pf][hook]))
H A Ddynamic_debug.h56 struct static_key_false dd_key_false;
H A Dtick.h73 extern struct static_key_false arch_needs_tick_broadcast;
H A Dperf_event.h1448 if (static_key_false(&perf_swevent_enabled[event_id]))
1467 extern struct static_key_false perf_sched_events;
1471 return static_key_false(&perf_swevent_enabled[swevt]);
H A Dmemcontrol.h1766 extern struct static_key_false memcg_sockets_enabled_key;
1829 extern struct static_key_false memcg_bpf_enabled_key;
1835 extern struct static_key_false memcg_kmem_online_key;
/linux-master/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-master/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)
98 test_key_func(base_old_false_key, static_key_false)
99 test_key_func(base_inv_old_false_key, static_key_false)
/linux-master/include/kvm/
H A Darm_vgic.h82 struct static_key_false gicv3_cpuif;
366 extern struct static_key_false vgic_v2_cpuif_trap;
367 extern struct static_key_false vgic_v3_cpuif_trap;
/linux-master/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-master/kernel/time/
H A Dtick-internal.h164 extern struct static_key_false timers_migration_enabled;
/linux-master/kernel/sched/
H A Dstats.h7 extern struct static_key_false sched_schedstats;
/linux-master/arch/arm64/include/asm/
H A Dptrace.h45 extern struct static_key_false gic_nonsecure_priorities;\
/linux-master/net/mac80211/
H A Ddebugfs.c322 !static_key_false(&aql_disable.key));
330 bool aql_disabled = static_key_false(&aql_disable.key);
/linux-master/net/netfilter/
H A Dnf_tables_core.c26 static struct static_key_false nf_tables_skip_direct_calls;

Completed in 217 milliseconds

12