Home
last modified time | relevance | path

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

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

Completed in 57 milliseconds