Lines Matching refs:throttled
4267 u64 throttled = 0, now, lut; in migrate_se_pelt_lag() local
4316 throttled = u64_u32_load(cfs_rq->throttled_pelt_idle); in migrate_se_pelt_lag()
4318 if (throttled == U64_MAX) in migrate_se_pelt_lag()
4331 now -= throttled; in migrate_se_pelt_lag()
5465 if (cfs_rq->throttled) in __account_cfs_rq_runtime()
5486 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled()
5642 cfs_rq->throttled = 1; in throttle_cfs_rq()
5658 cfs_rq->throttled = 0; in unthrottle_cfs_rq()
5817 bool throttled = false; in distribute_cfs_runtime() local
5828 throttled = true; in distribute_cfs_runtime()
5863 throttled = true; in distribute_cfs_runtime()
5879 return throttled; in distribute_cfs_runtime()
5890 int throttled; in do_sched_cfs_period_timer() local
5896 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
5906 if (cfs_b->idle && !throttled) in do_sched_cfs_period_timer()
5909 if (!throttled) { in do_sched_cfs_period_timer()
5921 while (throttled && cfs_b->runtime > 0) { in do_sched_cfs_period_timer()
5924 throttled = distribute_cfs_runtime(cfs_b); in do_sched_cfs_period_timer()