Searched refs:static_key_fast_inc_not_disabled (Results 1 – 3 of 3) 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)
117 * static_key_fast_inc_not_disabled - adds a user for a static key127 bool static_key_fast_inc_not_disabled(struct static_key *key) in static_key_fast_inc_not_disabled() function 149 EXPORT_SYMBOL_GPL(static_key_fast_inc_not_disabled);162 if (static_key_fast_inc_not_disabled(key)) in static_key_slow_inc_cpuslocked() 170 * Ensure that when static_key_fast_inc_not_disabled() or in static_key_slow_inc_cpuslocked() 180 if (WARN_ON_ONCE(!static_key_fast_inc_not_disabled(key))) in static_key_slow_inc_cpuslocked()
1253 if (!static_key_fast_inc_not_disabled(&tcp_ao_needed.key.key)) { in tcp_ao_copy_all_matching()