Searched refs:static_key_slow_dec_cpuslocked (Results 1 – 4 of 4) sorted by relevance
165 extern void static_key_slow_dec_cpuslocked(struct static_key *key);231 #define static_key_slow_dec_cpuslocked(key) static_key_slow_dec(key) macro434 #define static_branch_dec_cpuslocked(x) static_key_slow_dec_cpuslocked(&(x)->key)
233 void static_key_slow_dec_cpuslocked(struct static_key *key) in static_key_slow_dec_cpuslocked() function
2224 static_key_slow_dec_cpuslocked(&xps_rxqs_needed); in netif_reset_xps_queues()2226 static_key_slow_dec_cpuslocked(&xps_needed); in netif_reset_xps_queues()
4224 static_key_slow_dec_cpuslocked(&__cfs_bandwidth_used); in cfs_bandwidth_usage_dec()