Searched refs:static_key_fast_inc_not_disabled (Results 1 – 4 of 4) sorted by relevance
228 extern bool static_key_fast_inc_not_disabled(struct static_key *key);282 static inline bool static_key_fast_inc_not_disabled(struct static_key *key) in static_key_fast_inc_not_disabled() function298 #define static_key_slow_inc(key) static_key_fast_inc_not_disabled(key)
127 bool static_key_fast_inc_not_disabled(struct static_key *key) in static_key_fast_inc_not_disabled() function146 EXPORT_SYMBOL_GPL(static_key_fast_inc_not_disabled);159 if (static_key_fast_inc_not_disabled(key)) in static_key_slow_inc_cpuslocked()172 if (WARN_ON_ONCE(!static_key_fast_inc_not_disabled(key))) { in static_key_slow_inc_cpuslocked()
266 if (!static_key_fast_inc_not_disabled(&tcp_md5_needed.key.key)) in tcp_time_wait_init()
1275 if (!static_key_fast_inc_not_disabled(&tcp_md5_needed.key.key)) { in tcp_md5_key_copy()