Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Djump_label.h167 extern int static_key_count(struct static_key *key);
192 static inline int static_key_count(struct static_key *key) in static_key_count() function
206 if (unlikely(static_key_count(key) > 0)) in static_key_false()
213 if (likely(static_key_count(key) > 0)) in static_key_true()
335 static_key_count((struct static_key *)x) > 0; \
/Linux-v4.19/kernel/sched/
Dclock.c194 if (static_key_count(&sched_clock_running.key) == 2) in clear_sched_clock_stable()
/Linux-v4.19/kernel/
Djump_label.c71 int static_key_count(struct static_key *key) in static_key_count() function
81 EXPORT_SYMBOL_GPL(static_key_count);
/Linux-v4.19/Documentation/
Dstatic-keys.txt153 and 'static_key_count()'. In general, if you use these functions, they
/Linux-v4.19/kernel/cgroup/
Dcpuset.c594 return static_key_count(&cpusets_enabled_key.key) + 1; in nr_cpusets()