Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Djump_label.h163 extern int static_key_count(struct static_key *key);
188 static inline int static_key_count(struct static_key *key) in static_key_count() function
202 if (unlikely(static_key_count(key) > 0)) in static_key_false()
209 if (likely(static_key_count(key) > 0)) in static_key_true()
331 static_key_count((struct static_key *)x) > 0; \