Home
last modified time | relevance | path

Searched defs:static_key_slow_inc (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Djump_label.h298 #define static_key_slow_inc(key) static_key_fast_inc_not_disabled(key) macro
/openbmc/linux/kernel/
H A Djump_label.c181 bool static_key_slow_inc(struct static_key *key) in static_key_slow_inc() function