Searched refs:throttle_count (Results 1 – 4 of 4) sorted by relevance
161 if (unlikely(cfs_rq->throttle_count)) in update_idle_cfs_rq_clock_pelt()172 if (unlikely(cfs_rq->throttle_count)) in cfs_rq_clock_pelt()
5813 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()5838 cfs_rq->throttle_count--; in tg_unthrottle_up()5839 if (!cfs_rq->throttle_count) { in tg_unthrottle_up()5868 if (!cfs_rq->throttle_count) { in tg_throttle_down()5876 cfs_rq->throttle_count++; in tg_throttle_down()6455 cfs_rq->throttle_count = pcfs_rq->throttle_count; in sync_throttle()
879 cfs_rq->throttle_count); in print_cfs_rq()
736 int throttle_count; member