Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Djump_label.h227 extern int static_key_count(struct static_key *key);
252 static inline int static_key_count(struct static_key *key) in static_key_count() function
264 if (unlikely(static_key_count(key) > 0)) in static_key_false()
271 if (likely(static_key_count(key) > 0)) in static_key_true()
393 static_key_count((struct static_key *)x) > 0; \
/Linux-v5.10/kernel/sched/
Dclock.c195 if (static_key_count(&sched_clock_running.key) == 2) in clear_sched_clock_stable()
/Linux-v5.10/kernel/
Djump_label.c104 int static_key_count(struct static_key *key) in static_key_count() function
114 EXPORT_SYMBOL_GPL(static_key_count);
/Linux-v5.10/Documentation/staging/
Dstatic-keys.rst153 and 'static_key_count()'. In general, if you use these functions, they
/Linux-v5.10/kernel/cgroup/
Dcpuset.c681 return static_key_count(&cpusets_enabled_key.key) + 1; in nr_cpusets()
/Linux-v5.10/kernel/bpf/
Dsyscall.c4239 if (static_key_count(&bpf_stats_enabled_key.key) > INT_MAX / 2) { in bpf_enable_runtime_stats()