Searched refs:throttled (Results 1 – 6 of 6) sorted by relevance
862 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local931 throttled = 1; in do_sched_rt_period_timer()938 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
4896 if (cfs_rq->throttled) in __account_cfs_rq_runtime()4917 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled()5040 cfs_rq->throttled = 1; in throttle_cfs_rq()5054 cfs_rq->throttled = 0; in unthrottle_cfs_rq()5179 int throttled; in do_sched_cfs_period_timer() local5185 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()5192 if (cfs_b->idle && !throttled) in do_sched_cfs_period_timer()5197 if (!throttled) { in do_sched_cfs_period_timer()5209 while (throttled && cfs_b->runtime > 0) { in do_sched_cfs_period_timer()5215 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
624 cfs_rq->throttled); in print_cfs_rq()
613 int throttled; member
8401 if (cfs_rq->throttled) in tg_set_cfs_bandwidth()
4191 int throttled; in perf_event_task_tick() local4196 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()4200 perf_adjust_freq_unthr_context(ctx, throttled); in perf_event_task_tick()