Home
last modified time | relevance | path

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

/include/linux/
A Djump_label.h234 extern int static_key_count(struct static_key *key);
260 static __always_inline int static_key_count(struct static_key *key) in static_key_count() function
274 if (unlikely_notrace(static_key_count(key) > 0)) in static_key_false()
281 if (likely_notrace(static_key_count(key) > 0)) in static_key_true()
427 static_key_count((struct static_key *)x) > 0; \

Completed in 8 milliseconds