Home
last modified time | relevance | path

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

/linux/include/linux/
H A Djump_label.h230 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() function
302 #define static_key_slow_inc(key) static_key_fast_inc_not_disabled(key)
/linux/kernel/
H A Djump_label.c117 * static_key_fast_inc_not_disabled - adds a user for a static key
127 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()
/linux/net/ipv4/
H A Dtcp_ao.c1253 if (!static_key_fast_inc_not_disabled(&tcp_ao_needed.key.key)) { in tcp_ao_copy_all_matching()