Home
last modified time | relevance | path

Searched refs:throttled (Results 1 – 6 of 6) sorted by relevance

/kernel/sched/
Dfair.c4949 if (cfs_rq->throttled) in __account_cfs_rq_runtime()
4970 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled()
5111 cfs_rq->throttled = 1; in throttle_cfs_rq()
5125 cfs_rq->throttled = 0; in unthrottle_cfs_rq()
5260 int throttled; in do_sched_cfs_period_timer() local
5266 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
5276 if (cfs_b->idle && !throttled) in do_sched_cfs_period_timer()
5279 if (!throttled) { in do_sched_cfs_period_timer()
5291 while (throttled && cfs_b->runtime > 0) { in do_sched_cfs_period_timer()
5297 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
Drt.c869 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local
939 throttled = 1; in do_sched_rt_period_timer()
946 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
Ddebug.c646 cfs_rq->throttled); in print_cfs_rq()
Dsched.h629 int throttled; member
Dcore.c10572 if (cfs_rq->throttled) in tg_set_cfs_bandwidth()
/kernel/events/
Dcore.c4309 int throttled; in perf_event_task_tick() local
4314 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()
4318 perf_adjust_freq_unthr_context(ctx, throttled); in perf_event_task_tick()