Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dfair.c4672 static struct static_key __cfs_bandwidth_used; variable
4676 return static_key_false(&__cfs_bandwidth_used); in cfs_bandwidth_used()
4681 static_key_slow_inc_cpuslocked(&__cfs_bandwidth_used); in cfs_bandwidth_usage_inc()
4686 static_key_slow_dec_cpuslocked(&__cfs_bandwidth_used); in cfs_bandwidth_usage_dec()