Home
last modified time | relevance | path

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

/kernel/sched/
Dpelt.h187 u64 throttled; in update_idle_cfs_rq_clock_pelt() local
190 throttled = U64_MAX; in update_idle_cfs_rq_clock_pelt()
192 throttled = cfs_rq->throttled_clock_pelt_time; in update_idle_cfs_rq_clock_pelt()
194 u64_u32_store(cfs_rq->throttled_pelt_idle, throttled); in update_idle_cfs_rq_clock_pelt()
Dfair.c3933 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()
[all …]
Drt.c909 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local
979 throttled = 1; in do_sched_rt_period_timer()
986 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
Ddebug.c655 cfs_rq->throttled); in print_cfs_rq()
Dsched.h656 int throttled; member
Dcore.c10891 if (cfs_rq->throttled) in tg_set_cfs_bandwidth()
/kernel/events/
Dcore.c4258 int throttled; in perf_event_task_tick() local
4263 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()
4267 perf_adjust_freq_unthr_context(ctx, throttled); in perf_event_task_tick()