Home
last modified time | relevance | path

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

/linux/include/linux/
H A Djump_label.h230 extern void static_key_slow_dec(struct static_key *key);
303 static inline void static_key_slow_dec(struct static_key *key) in static_key_slow_dec() function
310 #define static_key_slow_dec_cpuslocked(key) static_key_slow_dec(key)
525 #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()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-tracepoints.c17 static_key_slow_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
/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()
/linux/kernel/
H A Djump_label.c333 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec() function
338 EXPORT_SYMBOL_GPL(static_key_slow_dec);
/linux/arch/x86/xen/
H A Dmulticalls.c89 static_key_slow_dec(&mc_debug); in mc_debug_enable()
/linux/kernel/bpf/
H A Dsyscall.c5598 static_key_slow_dec(&bpf_stats_enabled_key.key); in bpf_stats_release()
6092 static_key_slow_dec(key); in bpf_stats_handler()
/linux/kernel/events/
H A Dcore.c10325 static_key_slow_dec(&perf_swevent_enabled[event_id]); in sw_perf_event_destroy()