Home
last modified time | relevance | path

Searched refs:static_key_slow_inc_cpuslocked (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/linux/
Djump_label.h230 extern bool static_key_slow_inc_cpuslocked(struct static_key *key);
306 #define static_key_slow_inc_cpuslocked(key) static_key_slow_inc(key) macro
523 #define static_branch_inc_cpuslocked(x) static_key_slow_inc_cpuslocked(&(x)->key)
/linux-6.6.21/kernel/
Djump_label.c148 bool static_key_slow_inc_cpuslocked(struct static_key *key) in static_key_slow_inc_cpuslocked() function
186 ret = static_key_slow_inc_cpuslocked(key); in static_key_slow_inc()
/linux-6.6.21/net/core/
Ddev.c2665 static_key_slow_inc_cpuslocked(&xps_needed); in __netif_set_xps_queue()
2667 static_key_slow_inc_cpuslocked(&xps_rxqs_needed); in __netif_set_xps_queue()
/linux-6.6.21/kernel/sched/
Dfair.c5444 static_key_slow_inc_cpuslocked(&__cfs_bandwidth_used); in cfs_bandwidth_usage_inc()