Lines Matching refs:throttled

4530 	u64 throttled = 0, now, lut;  in migrate_se_pelt_lag()  local
4579 throttled = u64_u32_load(cfs_rq->throttled_pelt_idle); in migrate_se_pelt_lag()
4581 if (throttled == U64_MAX) in migrate_se_pelt_lag()
4594 now -= throttled; in migrate_se_pelt_lag()
5731 if (cfs_rq->throttled) in __account_cfs_rq_runtime()
5752 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled()
5773 return cfs_bandwidth_used() && p->throttled; in task_is_throttled()
5810 WARN_ON_ONCE(p->throttled || !list_empty(&p->throttle_node)); in throttle_cfs_rq_work()
5817 p->throttled = true; in throttle_cfs_rq_work()
5846 p->throttled = false; in dequeue_throttled_task()
5906 p->throttled = false; in enqueue_throttled_task()
5940 p->throttled = false; in tg_unthrottle_up()
6041 cfs_rq->throttled = 1; in throttle_cfs_rq()
6064 cfs_rq->throttled = 0; in unthrottle_cfs_rq()
6173 bool throttled = false; in distribute_cfs_runtime() local
6185 throttled = true; in distribute_cfs_runtime()
6224 throttled = true; in distribute_cfs_runtime()
6248 return throttled; in distribute_cfs_runtime()
6260 int throttled; in do_sched_cfs_period_timer() local
6266 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
6276 if (cfs_b->idle && !throttled) in do_sched_cfs_period_timer()
6279 if (!throttled) { in do_sched_cfs_period_timer()
6291 while (throttled && cfs_b->runtime > 0) { in do_sched_cfs_period_timer()
6294 throttled = distribute_cfs_runtime(cfs_b); in do_sched_cfs_period_timer()
8950 bool throttled; in pick_task_fair() local
8957 throttled = false; in pick_task_fair()
8964 throttled |= check_cfs_rq_runtime(cfs_rq); in pick_task_fair()
8973 if (unlikely(throttled)) in pick_task_fair()