Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Djump_label.h229 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() function
301 #define static_key_slow_inc(key) static_key_fast_inc_not_disabled(key)
/linux-6.12.1/kernel/
Djump_label.c127 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()
180 if (WARN_ON_ONCE(!static_key_fast_inc_not_disabled(key))) in static_key_slow_inc_cpuslocked()
/linux-6.12.1/net/ipv4/
Dtcp_minisocks.c287 if (!static_key_fast_inc_not_disabled(&tcp_md5_needed.key.key)) in tcp_time_wait_init()
Dtcp_ao.c1251 if (!static_key_fast_inc_not_disabled(&tcp_ao_needed.key.key)) { in tcp_ao_copy_all_matching()
Dtcp_ipv4.c1449 if (!static_key_fast_inc_not_disabled(&tcp_md5_needed.key.key)) {