Searched refs:throttle_count (Results 1 – 4 of 4) sorted by relevance
145 if (unlikely(cfs_rq->throttle_count)) in cfs_rq_clock_pelt()
4778 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()4803 cfs_rq->throttle_count--; in tg_unthrottle_up()4804 if (!cfs_rq->throttle_count) { in tg_unthrottle_up()4822 if (!cfs_rq->throttle_count) { in tg_throttle_down()4826 cfs_rq->throttle_count++; in tg_throttle_down()5266 cfs_rq->throttle_count = pcfs_rq->throttle_count; in sync_throttle()
646 cfs_rq->throttle_count); in print_cfs_rq()
620 int throttle_count; member