Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djump_label.h229 extern void static_key_slow_dec(struct static_key *key);
300 static inline void static_key_slow_dec(struct static_key *key) in static_key_slow_dec() function
307 #define static_key_slow_dec_cpuslocked(key) static_key_slow_dec(key)
522 #define static_branch_dec(x) static_key_slow_dec(&(x)->key)
H A Djump_label_ratelimit.h83 static_key_slow_dec(&key->key); in static_key_slow_dec_deferred()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-tracepoints.c17 static_key_slow_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
/openbmc/linux/net/netfilter/
H A Dxt_TEE.c143 static_key_slow_dec(&xt_tee_enabled); in tee_tg_destroy()
H A Dcore.c392 static_key_slow_dec(&nf_hooks_needed[pf][hooknum]); in nf_static_key_dec()
/openbmc/linux/kernel/
H A Djump_label.c308 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec() function
313 EXPORT_SYMBOL_GPL(static_key_slow_dec);
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dlpar.c1805 static_key_slow_dec(&hcall_tracepoint_key); in hcall_tracepoint_unregfunc()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c5250 static_key_slow_dec(&bpf_stats_enabled_key.key); in bpf_stats_release()
5724 static_key_slow_dec(key); in bpf_stats_handler()
/openbmc/linux/kernel/events/
H A Dcore.c10049 static_key_slow_dec(&perf_swevent_enabled[event_id]); in sw_perf_event_destroy()