Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dfair.c5903 struct cfs_rq *local_unthrottle = NULL; in distribute_cfs_runtime() local
5947 SCHED_WARN_ON(local_unthrottle)) in distribute_cfs_runtime()
5950 local_unthrottle = cfs_rq; in distribute_cfs_runtime()
5960 if (local_unthrottle) { in distribute_cfs_runtime()
5963 if (cfs_rq_throttled(local_unthrottle)) in distribute_cfs_runtime()
5964 unthrottle_cfs_rq(local_unthrottle); in distribute_cfs_runtime()