Searched refs:static_key_count (Results 1 – 2 of 2) sorted by relevance
86 static inline int static_key_count(struct static_key *key) in static_key_count() function153 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()
28 return static_key_count(&cpusets_enabled_key) + 1; in nr_cpusets()