Searched refs:static_key_count (Results 1 – 2 of 2) sorted by relevance
120 static inline int static_key_count(struct static_key *key) in static_key_count() function172 if (unlikely(static_key_count(key) > 0)) in static_key_false()179 if (likely(static_key_count(key) > 0)) in static_key_true()219 int count = static_key_count(key); in static_key_enable()229 int count = static_key_count(key); in static_key_disable()271 static_key_count((struct static_key *)x) > 0; \
28 return static_key_count(&cpusets_enabled_key) + 1; in nr_cpusets()