Home
last modified time | relevance | path

Searched refs:static_key_slow_dec (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/include/linux/
Djump_label.h223 extern void static_key_slow_dec(struct static_key *key);
282 static inline void static_key_slow_dec(struct static_key *key) in static_key_slow_dec() function
289 #define static_key_slow_dec_cpuslocked(key) static_key_slow_dec(key)
490 #define static_branch_dec(x) static_key_slow_dec(&(x)->key)
Djump_label_ratelimit.h83 static_key_slow_dec(&key->key); in static_key_slow_dec_deferred()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dopal-tracepoints.c18 static_key_slow_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
/Linux-v5.4/net/netfilter/
Dxt_TEE.c143 static_key_slow_dec(&xt_tee_enabled); in tee_tg_destroy()
Dcore.c410 static_key_slow_dec(&nf_hooks_needed[pf][reg->hooknum]); in __nf_unregister_net_hook()
/Linux-v5.4/kernel/
Djump_label.c267 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec() function
272 EXPORT_SYMBOL_GPL(static_key_slow_dec);
Dtracepoint.c285 static_key_slow_dec(&tp->key); in tracepoint_remove_func()
/Linux-v5.4/arch/x86/kvm/
Dmmu_audit.c271 static_key_slow_dec(&mmu_audit_key); in mmu_audit_disable()
Dx86.c9442 static_key_slow_dec(&kvm_no_apic_vcpu); in kvm_arch_vcpu_uninit()
/Linux-v5.4/arch/powerpc/platforms/pseries/
Dlpar.c1783 static_key_slow_dec(&hcall_tracepoint_key); in hcall_tracepoint_unregfunc()
/Linux-v5.4/kernel/events/
Dcore.c8594 static_key_slow_dec(&perf_swevent_enabled[event_id]); in sw_perf_event_destroy()