Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dpelt.h147 if (unlikely(cfs_rq->throttle_count)) in cfs_rq_clock_pelt()
Ddebug.c624 cfs_rq->throttle_count); in print_cfs_rq()
Dfair.c4930 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()
4955 cfs_rq->throttle_count--; in tg_unthrottle_up()
4956 if (!cfs_rq->throttle_count) { in tg_unthrottle_up()
4974 if (!cfs_rq->throttle_count) { in tg_throttle_down()
4978 cfs_rq->throttle_count++; in tg_throttle_down()
5398 cfs_rq->throttle_count = pcfs_rq->throttle_count; in sync_throttle()
Dsched.h698 int throttle_count; member