Lines Matching refs:throttled
4490 u64 throttled = 0, now, lut; in migrate_se_pelt_lag() local
4539 throttled = u64_u32_load(cfs_rq->throttled_pelt_idle); in migrate_se_pelt_lag()
4541 if (throttled == U64_MAX) in migrate_se_pelt_lag()
4554 now -= throttled; in migrate_se_pelt_lag()
5786 if (cfs_rq->throttled) in __account_cfs_rq_runtime()
5807 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled()
5980 cfs_rq->throttled = 1; in throttle_cfs_rq()
5997 cfs_rq->throttled = 0; in unthrottle_cfs_rq()
6167 bool throttled = false; in distribute_cfs_runtime() local
6179 throttled = true; in distribute_cfs_runtime()
6218 throttled = true; in distribute_cfs_runtime()
6242 return throttled; in distribute_cfs_runtime()
6253 int throttled; in do_sched_cfs_period_timer() local
6259 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
6269 if (cfs_b->idle && !throttled) in do_sched_cfs_period_timer()
6272 if (!throttled) { in do_sched_cfs_period_timer()
6284 while (throttled && cfs_b->runtime > 0) { in do_sched_cfs_period_timer()
6287 throttled = distribute_cfs_runtime(cfs_b); in do_sched_cfs_period_timer()