Home
last modified time | relevance | path

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

/include/linux/
Djump_label.h202 static inline int static_key_count(struct static_key *key) in static_key_count() function
209 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() function
293 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; \