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

/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-tracepoints.c17 static_key_slow_dec(&opal_tracepoint_key);
/linux-master/include/linux/
H A Djump_label_ratelimit.h83 static_key_slow_dec(&key->key);
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) 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)
/linux-master/net/netfilter/
H A Dxt_TEE.c143 static_key_slow_dec(&xt_tee_enabled);
H A Dcore.c392 static_key_slow_dec(&nf_hooks_needed[pf][hooknum]);
/linux-master/kernel/
H A Djump_label.c295 void static_key_slow_dec(struct static_key *key) function
300 EXPORT_SYMBOL_GPL(static_key_slow_dec); variable
/linux-master/arch/powerpc/platforms/pseries/
H A Dlpar.c1805 static_key_slow_dec(&hcall_tracepoint_key);
/linux-master/kernel/bpf/
H A Dsyscall.c5468 static_key_slow_dec(&bpf_stats_enabled_key.key);
5960 static_key_slow_dec(key);
/linux-master/kernel/events/
H A Dcore.c10020 static_key_slow_dec(&perf_swevent_enabled[event_id]);

Completed in 244 milliseconds