static_key_fast_inc_not_disabled
extern bool static_key_fast_inc_not_disabled(struct static_key *key);
#define static_key_slow_inc(key) static_key_fast_inc_not_disabled(key)
EXPORT_SYMBOL_GPL(static_key_fast_inc_not_disabled);
if (static_key_fast_inc_not_disabled(key))
if (WARN_ON_ONCE(!static_key_fast_inc_not_disabled(key)))
if (!static_key_fast_inc_not_disabled(&tcp_ao_needed.key.key)) {
if (!static_key_fast_inc_not_disabled(&tcp_md5_needed.key.key)) {
if (!static_key_fast_inc_not_disabled(&tcp_md5_needed.key.key))