Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
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)
A Djump_label_ratelimit.h83 static_key_slow_dec(&key->key); in static_key_slow_dec_deferred()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Dopal-tracepoints.c17 static_key_slow_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
/linux-6.3-rc2/net/netfilter/
A Dxt_TEE.c143 static_key_slow_dec(&xt_tee_enabled); in tee_tg_destroy()
A Dcore.c380 static_key_slow_dec(&nf_hooks_needed[pf][hooknum]); in nf_static_key_dec()
/linux-6.3-rc2/kernel/
A Djump_label.c295 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec() function
300 EXPORT_SYMBOL_GPL(static_key_slow_dec);
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Dlpar.c1806 static_key_slow_dec(&hcall_tracepoint_key); in hcall_tracepoint_unregfunc()
/linux-6.3-rc2/kernel/bpf/
A Dsyscall.c4804 static_key_slow_dec(&bpf_stats_enabled_key.key); in bpf_stats_release()
5288 static_key_slow_dec(key); in bpf_stats_handler()
/linux-6.3-rc2/kernel/events/
A Dcore.c9950 static_key_slow_dec(&perf_swevent_enabled[event_id]); in sw_perf_event_destroy()

Completed in 46 milliseconds