Searched refs:static_key_slow_inc (Results 1 – 1 of 1) sorted by relevance
229 extern bool static_key_slow_inc(struct static_key *key);302 #define static_key_slow_inc(key) static_key_fast_inc_not_disabled(key) macro310 #define static_key_slow_inc_cpuslocked(key) static_key_slow_inc(key)527 #define static_branch_inc(x) static_key_slow_inc(&(x)->key)
Completed in 4 milliseconds