Searched refs:throttle_count (Results 1 – 3 of 3) sorted by relevance
229 cfs_rq->throttle_count); in print_cfs_rq()
3392 if (unlikely(cfs_rq->throttle_count)) in cfs_rq_clock_task()3504 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()3530 cfs_rq->throttle_count--; in tg_unthrottle_up()3532 if (!cfs_rq->throttle_count) { in tg_unthrottle_up()3548 if (!cfs_rq->throttle_count) in tg_throttle_down()3550 cfs_rq->throttle_count++; in tg_throttle_down()
420 int throttled, throttle_count; member