Searched refs:static_key_fast_inc_not_disabled (Results 1 - 5 of 5) sorted by relevance

/linux-master/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) function
298 #define static_key_slow_inc(key) static_key_fast_inc_not_disabled(key)
/linux-master/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) function
146 EXPORT_SYMBOL_GPL(static_key_fast_inc_not_disabled); variable
159 if (static_key_fast_inc_not_disabled(key))
172 if (WARN_ON_ONCE(!static_key_fast_inc_not_disabled(key))) {
/linux-master/net/ipv4/
H A Dtcp_minisocks.c277 if (!static_key_fast_inc_not_disabled(&tcp_md5_needed.key.key))
H A Dtcp_ao.c1225 if (!static_key_fast_inc_not_disabled(&tcp_ao_needed.key.key)) {
H A Dtcp_ipv4.c1441 if (!static_key_fast_inc_not_disabled(&tcp_md5_needed.key.key)) {

Completed in 174 milliseconds