Lines Matching refs:throttled
3920 u64 throttled = 0, now, lut; in migrate_se_pelt_lag() local
3969 throttled = u64_u32_load(cfs_rq->throttled_pelt_idle); in migrate_se_pelt_lag()
3971 if (throttled == U64_MAX) in migrate_se_pelt_lag()
3984 now -= throttled; in migrate_se_pelt_lag()
5071 if (cfs_rq->throttled) in __account_cfs_rq_runtime()
5092 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled()
5233 cfs_rq->throttled = 1; in throttle_cfs_rq()
5247 cfs_rq->throttled = 0; in unthrottle_cfs_rq()
5370 int throttled; in do_sched_cfs_period_timer() local
5376 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
5386 if (cfs_b->idle && !throttled) in do_sched_cfs_period_timer()
5389 if (!throttled) { in do_sched_cfs_period_timer()
5401 while (throttled && cfs_b->runtime > 0) { in do_sched_cfs_period_timer()
5407 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()