Searched refs:static_key_fast_inc_not_disabled (Results 1 – 5 of 5) sorted by relevance
229 extern bool static_key_fast_inc_not_disabled(struct static_key *key);285 static inline bool static_key_fast_inc_not_disabled(struct static_key *key) in static_key_fast_inc_not_disabled() function301 #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() function149 EXPORT_SYMBOL_GPL(static_key_fast_inc_not_disabled);162 if (static_key_fast_inc_not_disabled(key)) in static_key_slow_inc_cpuslocked()180 if (WARN_ON_ONCE(!static_key_fast_inc_not_disabled(key))) in static_key_slow_inc_cpuslocked()
287 if (!static_key_fast_inc_not_disabled(&tcp_md5_needed.key.key)) in tcp_time_wait_init()
1251 if (!static_key_fast_inc_not_disabled(&tcp_ao_needed.key.key)) { in tcp_ao_copy_all_matching()
1449 if (!static_key_fast_inc_not_disabled(&tcp_md5_needed.key.key)) {