Searched refs:static_key_count (Results 1 – 1 of 1) sorted by relevance
202 static inline int static_key_count(struct static_key *key) in static_key_count() function209 if (unlikely(static_key_count(key) > 0)) in static_key_false()216 if (likely(static_key_count(key) > 0)) in static_key_true()255 extern int static_key_count(struct static_key *key);281 static __always_inline int static_key_count(struct static_key *key) in static_key_count() function293 if (unlikely_notrace(static_key_count(key) > 0)) in static_key_false()300 if (likely_notrace(static_key_count(key) > 0)) in static_key_true()444 static_key_count((struct static_key *)x) > 0; \