Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djump_label.h228 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() function
298 #define static_key_slow_inc(key) static_key_fast_inc_not_disabled(key)
/openbmc/linux/kernel/
H A Djump_label.c127 bool static_key_fast_inc_not_disabled(struct static_key *key) in static_key_fast_inc_not_disabled() function
146 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()
/openbmc/linux/net/ipv4/
H A Dtcp_minisocks.c266 if (!static_key_fast_inc_not_disabled(&tcp_md5_needed.key.key)) in tcp_time_wait_init()
H A Dtcp_ipv4.c1281 if (!static_key_fast_inc_not_disabled(&tcp_md5_needed.key.key)) { in tcp_md5_key_copy()