Searched refs:throttle_count (Results 1 – 3 of 3) sorted by relevance
238 cfs_rq->throttle_count); in print_cfs_rq()
3459 if (unlikely(cfs_rq->throttle_count)) in cfs_rq_clock_task()3580 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()3606 cfs_rq->throttle_count--; in tg_unthrottle_up()3608 if (!cfs_rq->throttle_count) { in tg_unthrottle_up()3624 if (!cfs_rq->throttle_count) in tg_throttle_down()3626 cfs_rq->throttle_count++; in tg_throttle_down()
417 int throttled, throttle_count; member