Home
last modified time | relevance | path

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

/include/linux/
Djump_label.h86 static inline int static_key_count(struct static_key *key) in static_key_count() function
153 if (unlikely(static_key_count(key) > 0)) in static_key_false()
160 if (likely(static_key_count(key) > 0)) in static_key_true()
202 return static_key_count(key) > 0; in static_key_enabled()
Dcpuset.h28 return static_key_count(&cpusets_enabled_key) + 1; in nr_cpusets()