Searched refs:pelt_clock_throttled (Results 1 – 3 of 3) sorted by relevance
165 if (unlikely(cfs_rq->pelt_clock_throttled)) in update_idle_cfs_rq_clock_pelt()176 if (unlikely(cfs_rq->pelt_clock_throttled)) in cfs_rq_clock_pelt()
5577 if (cfs_rq->pelt_clock_throttled) { in enqueue_entity()5582 cfs_rq->pelt_clock_throttled = 0; in enqueue_entity()5721 cfs_rq->pelt_clock_throttled = 1; in dequeue_entity()5991 return cfs_bandwidth_used() && cfs_rq->pelt_clock_throttled; in cfs_rq_pelt_clock_throttled()6154 if (cfs_rq->pelt_clock_throttled) { in tg_unthrottle_up()6157 cfs_rq->pelt_clock_throttled = 0; in tg_unthrottle_up()6231 cfs_rq->pelt_clock_throttled = 1; in tg_throttle_down()6707 cfs_rq->pelt_clock_throttled = 1; in sync_throttle()
766 bool pelt_clock_throttled:1; member