Home
last modified time | relevance | path

Searched refs:throttle_count (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/kernel/sched/
Dpelt.h129 if (unlikely(cfs_rq->throttle_count)) in cfs_rq_clock_pelt()
Ddebug.c553 cfs_rq->throttle_count); in print_cfs_rq()
Dfair.c4437 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()
4462 cfs_rq->throttle_count--; in tg_unthrottle_up()
4463 if (!cfs_rq->throttle_count) { in tg_unthrottle_up()
4481 if (!cfs_rq->throttle_count) { in tg_throttle_down()
4485 cfs_rq->throttle_count++; in tg_throttle_down()
4875 cfs_rq->throttle_count = pcfs_rq->throttle_count; in sync_throttle()
Dsched.h574 int throttle_count; member