Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dpelt.h160 if (unlikely(cfs_rq->throttle_count)) in update_idle_cfs_rq_clock_pelt()
171 if (unlikely(cfs_rq->throttle_count)) in cfs_rq_clock_pelt()
Ddebug.c701 cfs_rq->throttle_count); in print_cfs_rq()
Dfair.c5581 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()
5606 cfs_rq->throttle_count--; in tg_unthrottle_up()
5607 if (!cfs_rq->throttle_count) { in tg_unthrottle_up()
5636 if (!cfs_rq->throttle_count) { in tg_throttle_down()
5644 cfs_rq->throttle_count++; in tg_throttle_down()
6181 cfs_rq->throttle_count = pcfs_rq->throttle_count; in sync_throttle()
Dsched.h645 int throttle_count; member