Searched refs:static_key_slow_inc (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-tracepoints.c11 static_key_slow_inc(&opal_tracepoint_key);
/linux-master/arch/arm64/kernel/
H A Dparavirt.c169 static_key_slow_inc(&paravirt_steal_enabled);
171 static_key_slow_inc(&paravirt_steal_rq_enabled);
/linux-master/arch/riscv/kernel/
H A Dparavirt.c128 static_key_slow_inc(&paravirt_steal_enabled);
130 static_key_slow_inc(&paravirt_steal_rq_enabled);
/linux-master/drivers/xen/
H A Dtime.c181 static_key_slow_inc(&paravirt_steal_enabled);
183 static_key_slow_inc(&paravirt_steal_rq_enabled);
/linux-master/include/linux/
H A Djump_label.h227 extern bool static_key_slow_inc(struct static_key *key);
298 #define static_key_slow_inc(key) static_key_fast_inc_not_disabled(key) macro
306 #define static_key_slow_inc_cpuslocked(key) static_key_slow_inc(key)
521 #define static_branch_inc(x) static_key_slow_inc(&(x)->key)
/linux-master/arch/x86/kernel/cpu/
H A Dvmware.c320 static_key_slow_inc(&paravirt_steal_enabled);
322 static_key_slow_inc(&paravirt_steal_rq_enabled);
/linux-master/net/netfilter/
H A Dxt_TEE.c128 static_key_slow_inc(&xt_tee_enabled);
H A Dcore.c377 static_key_slow_inc(&nf_hooks_needed[pf][hooknum]);
/linux-master/kernel/
H A Djump_label.c107 * -1 means the first static_key_slow_inc() is in progress.
134 * static_key_slow_inc() down the slow path, and it is non-zero
153 * Careful if we get concurrent static_key_slow_inc() calls;
181 bool static_key_slow_inc(struct static_key *key) function
190 EXPORT_SYMBOL_GPL(static_key_slow_inc); variable
207 * See static_key_slow_inc().
258 * key->enabled is in use by static_key_slow_inc(); a
259 * __static_key_slow_dec() before the first static_key_slow_inc()
260 * returns is unbalanced, because all other static_key_slow_inc()
/linux-master/arch/powerpc/platforms/pseries/
H A Dsetup.c856 static_key_slow_inc(&paravirt_steal_enabled);
858 static_key_slow_inc(&paravirt_steal_rq_enabled);
H A Dlpar.c1799 static_key_slow_inc(&hcall_tracepoint_key);
/linux-master/arch/x86/kernel/
H A Dkvm.c1019 static_key_slow_inc(&paravirt_steal_enabled);
1021 static_key_slow_inc(&paravirt_steal_rq_enabled);
/linux-master/kernel/bpf/
H A Dsyscall.c5491 static_key_slow_inc(&bpf_stats_enabled_key.key);
5958 static_key_slow_inc(key);
/linux-master/kernel/events/
H A Dcore.c10062 static_key_slow_inc(&perf_swevent_enabled[event_id]);

Completed in 320 milliseconds