/openbmc/linux/include/linux/ |
H A D | jump_label.h | 205 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function 268 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function 363 struct static_key_false { struct 368 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, } argument 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)) \ 487 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \ [all …]
|
H A D | cpuset.h | 35 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 D | jump_label_ratelimit.h | 22 struct static_key_false key; 71 struct static_key_false key;
|
H A D | netfilter_netdev.h | 12 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 D | tracepoint-defs.h | 86 static_key_false(&(__tracepoint_##tp).key)
|
H A D | tracepoint.h | 231 if (static_key_false(&__tracepoint_##name.key)) \ 257 if (static_key_false(&__tracepoint_##name.key)) \ 293 return static_key_false(&__tracepoint_##name.key); \
|
H A D | psi.h | 17 extern struct static_key_false psi_disabled;
|
H A D | page_owner.h | 8 extern struct static_key_false page_owner_inited;
|
H A D | context_tracking_state.h | 104 extern struct static_key_false context_tracking_key;
|
H A D | netfilter.h | 224 !static_key_false(&nf_hooks_needed[pf][hook])) in nf_hook() 318 !static_key_false(&nf_hooks_needed[pf][hook])) in NF_HOOK_LIST()
|
H A D | dynamic_debug.h | 56 struct static_key_false dd_key_false;
|
H A D | memcontrol.h | 1713 extern struct static_key_false memcg_sockets_enabled_key; 1758 extern struct static_key_false memcg_bpf_enabled_key; 1764 extern struct static_key_false memcg_kmem_online_key;
|
H A D | perf_event.h | 1435 if (static_key_false(&perf_swevent_enabled[event_id])) in perf_sw_event() 1454 extern struct static_key_false perf_sched_events; 1458 return static_key_false(&perf_swevent_enabled[swevt]); in __perf_sw_enabled()
|
H A D | bpf-cgroup.h | 72 extern struct static_key_false cgroup_bpf_enabled_key[MAX_CGROUP_BPF_ATTACH_TYPE];
|
/openbmc/linux/lib/ |
H A D | test_static_keys.c | 31 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()
|
/openbmc/linux/include/kvm/ |
H A D | arm_vgic.h | 81 struct static_key_false gicv3_cpuif; 365 extern struct static_key_false vgic_v2_cpuif_trap; 366 extern struct static_key_false vgic_v3_cpuif_trap;
|
/openbmc/linux/include/linux/sched/ |
H A D | smt.h | 8 extern struct static_key_false sched_smt_present;
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_tables_core.h | 85 extern struct static_key_false nft_counters_enabled; 86 extern struct static_key_false nft_trace_enabled;
|
/openbmc/linux/kernel/time/ |
H A D | tick-internal.h | 157 extern struct static_key_false timers_migration_enabled;
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | ptrace.h | 45 extern struct static_key_false gic_nonsecure_priorities;\
|
/openbmc/linux/kernel/sched/ |
H A D | stats.h | 7 extern struct static_key_false sched_schedstats;
|
/openbmc/linux/include/net/ |
H A D | tc_wrapper.h | 15 extern struct static_key_false tc_skip_wrapper;
|
/openbmc/linux/net/mac80211/ |
H A D | debugfs.c | 321 !static_key_false(&aql_disable.key)); in aql_enable_read() 329 bool aql_disabled = static_key_false(&aql_disable.key); in aql_enable_write()
|
/openbmc/linux/net/bridge/ |
H A D | br_input.c | 264 if (!static_key_false(&nf_hooks_needed[NFPROTO_BRIDGE][NF_BR_PRE_ROUTING])) in nf_hook_bridge_pre()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_tables_core.c | 26 static struct static_key_false nf_tables_skip_direct_calls;
|