Searched refs:static_key_fast_inc_not_disabled (Results 1 – 1 of 1) sorted by relevance
230 extern bool static_key_fast_inc_not_disabled(struct static_key *key);286 static inline bool static_key_fast_inc_not_disabled(struct static_key *key) in static_key_fast_inc_not_disabled() function302 #define static_key_slow_inc(key) static_key_fast_inc_not_disabled(key)
Completed in 4 milliseconds