Lines Matching refs:throttled
3933 u64 throttled = 0, now, lut; in migrate_se_pelt_lag() local
3982 throttled = u64_u32_load(cfs_rq->throttled_pelt_idle); in migrate_se_pelt_lag()
3984 if (throttled == U64_MAX) in migrate_se_pelt_lag()
3997 now -= throttled; in migrate_se_pelt_lag()
5282 if (cfs_rq->throttled) in __account_cfs_rq_runtime()
5303 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled()
5444 cfs_rq->throttled = 1; in throttle_cfs_rq()
5458 cfs_rq->throttled = 0; in unthrottle_cfs_rq()
5581 int throttled; in do_sched_cfs_period_timer() local
5587 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
5597 if (cfs_b->idle && !throttled) in do_sched_cfs_period_timer()
5600 if (!throttled) { in do_sched_cfs_period_timer()
5612 while (throttled && cfs_b->runtime > 0) { in do_sched_cfs_period_timer()
5618 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()