Home
last modified time | relevance | path

Searched refs:pelt_clock_throttled (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/
H A Dpelt.h165 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()
H A Dfair.c5577 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()
H A Dsched.h766 bool pelt_clock_throttled:1; member