| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | jump_label.h | 200 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function 221 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function 285 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function 373 struct static_key_false { struct 378 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, } argument 390 struct static_key_false name = STATIC_KEY_FALSE_INIT 393 struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT 396 extern struct static_key_false name 404 struct static_key_false name[count] = { \ 414 !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \ [all …]
|
| H A D | jump_label_ratelimit.h | 22 struct static_key_false key; 71 struct static_key_false key;
|
| H A D | cpuset.h | 35 extern struct static_key_false cpusets_pre_enable_key; 36 extern struct static_key_false cpusets_enabled_key;
|
| H A D | tracepoint.h | 222 if (static_key_false(&__tracepoint_##name.key)) \ 250 if (static_key_false(&__tracepoint_##name.key)) \ 289 return static_key_false(&__tracepoint_##name.key); \
|
| H A D | context_tracking_state.h | 26 extern struct static_key_false context_tracking_key;
|
| H A D | tracepoint-defs.h | 85 static_key_false(&(__tracepoint_##tp).key)
|
| H A D | netfilter_ingress.h | 12 if (!static_key_false(&nf_hooks_needed[NFPROTO_NETDEV][NF_NETDEV_INGRESS])) in nf_hook_ingress_active()
|
| H A D | psi.h | 14 extern struct static_key_false psi_disabled;
|
| H A D | page_pinner.h | 8 extern struct static_key_false page_pinner_inited;
|
| H A D | frontswap.h | 41 extern struct static_key_false frontswap_enabled_key;
|
| H A D | page_owner.h | 9 extern struct static_key_false page_owner_inited;
|
| H A D | perf_event.h | 1168 if (static_key_false(&perf_swevent_enabled[event_id])) in perf_sw_event() 1182 if (static_key_false(&perf_swevent_enabled[event_id])) { in perf_sw_event_sched() 1190 extern struct static_key_false perf_sched_events; 1195 if (static_key_false(&perf_swevent_enabled[PERF_COUNT_SW_CPU_MIGRATIONS])) in perf_sw_migrate_enabled()
|
| H A D | netfilter.h | 219 !static_key_false(&nf_hooks_needed[pf][hook])) in nf_hook() 318 !static_key_false(&nf_hooks_needed[pf][hook])) in NF_HOOK_LIST()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | lse.h | 19 extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS]; 20 extern struct static_key_false arm64_const_caps_ready;
|
| H A D | cpufeature.h | 404 extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS]; 405 extern struct static_key_false arm64_const_caps_ready;
|
| H A D | barrier.h | 36 extern struct static_key_false gic_pmr_sync; \
|
| /OK3568_Linux_fs/kernel/include/kvm/ |
| H A D | arm_vgic.h | 76 struct static_key_false gicv3_cpuif; 338 extern struct static_key_false vgic_v2_cpuif_trap; 339 extern struct static_key_false vgic_v3_cpuif_trap;
|
| /OK3568_Linux_fs/kernel/include/net/netfilter/ |
| H A D | nf_tables_core.h | 89 extern struct static_key_false nft_counters_enabled; 90 extern struct static_key_false nft_trace_enabled;
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | vendor_hooks.h | 83 if (static_key_false(&__tracepoint_##name.key)) \ 92 return static_key_false(&__tracepoint_##name.key); \
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | lapic.h | 179 if (static_key_false(&kvm_no_apic_vcpu)) in lapic_in_kernel() 188 if (static_key_false(&apic_hw_disabled.key)) in kvm_apic_hw_enabled() 197 if (static_key_false(&apic_sw_disabled.key)) in kvm_apic_sw_enabled()
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | smt.h | 8 extern struct static_key_false sched_smt_present;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_kinstr_jm.h | 127 extern struct static_key_false basep_kinstr_jm_reader_static_key;
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | sev-es.h | 85 extern struct static_key_false sev_es_enable_key;
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | tick-internal.h | 158 extern struct static_key_false timers_migration_enabled;
|