Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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)
Djump_label_ratelimit.h83 static_key_slow_dec(&key->key); in static_key_slow_dec_deferred()
/linux-6.12.1/arch/powerpc/platforms/powernv/
Dopal-tracepoints.c17 static_key_slow_dec(&opal_tracepoint_key); in opal_tracepoint_unregfunc()
/linux-6.12.1/net/netfilter/
Dxt_TEE.c143 static_key_slow_dec(&xt_tee_enabled); in tee_tg_destroy()
Dcore.c392 static_key_slow_dec(&nf_hooks_needed[pf][hooknum]); in nf_static_key_dec()
/linux-6.12.1/kernel/
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-6.12.1/arch/x86/xen/
Dmulticalls.c89 static_key_slow_dec(&mc_debug); in mc_debug_enable()
/linux-6.12.1/arch/powerpc/platforms/pseries/
Dlpar.c1805 static_key_slow_dec(&hcall_tracepoint_key); in hcall_tracepoint_unregfunc()
/linux-6.12.1/kernel/bpf/
Dsyscall.c5461 static_key_slow_dec(&bpf_stats_enabled_key.key); in bpf_stats_release()
5955 static_key_slow_dec(key); in bpf_stats_handler()
/linux-6.12.1/kernel/events/
Dcore.c10275 static_key_slow_dec(&perf_swevent_enabled[event_id]); in sw_perf_event_destroy()