Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Djump_label.h120 static inline int static_key_count(struct static_key *key) in static_key_count() function
172 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; \
Dcpuset.h28 return static_key_count(&cpusets_enabled_key) + 1; in nr_cpusets()