Home
last modified time | relevance | path

Searched refs:static_key_count (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Djump_label.h234 extern int static_key_count(struct static_key *key);
260 static __always_inline int static_key_count(struct static_key *key) in static_key_count() function
274 if (unlikely_notrace(static_key_count(key) > 0)) in static_key_false()
281 if (likely_notrace(static_key_count(key) > 0)) in static_key_true()
427 static_key_count((struct static_key *)x) > 0; \
/linux/rust/helpers/
H A Djump_label.c12 return static_key_count(key); in rust_helper_static_key_count()
/linux/rust/kernel/
H A Djump_label.rs29 $crate::bindings::static_key_count(_key.cast_mut()) > 0
/linux/kernel/
H A Djump_label.c104 int static_key_count(struct static_key *key) in static_key_count() function
114 EXPORT_SYMBOL_GPL(static_key_count);
/linux/kernel/sched/
H A Dclock.c193 if (static_key_count(&sched_clock_running.key) == 2) in clear_sched_clock_stable()
/linux/Documentation/staging/
H A Dstatic-keys.rst153 and 'static_key_count()'. In general, if you use these functions, they
/linux/kernel/cgroup/
H A Dcpuset.c688 return static_key_count(&cpusets_enabled_key.key) + 1; in nr_cpusets()
/linux/kernel/bpf/
H A Dsyscall.c5619 if (static_key_count(&bpf_stats_enabled_key.key) > INT_MAX / 2) { in bpf_enable_runtime_stats()