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.c5333 if (cfs_rq->pelt_clock_throttled) { in enqueue_entity()
5338 cfs_rq->pelt_clock_throttled = 0; in enqueue_entity()
5483 cfs_rq->pelt_clock_throttled = 1; in dequeue_entity()
5753 return cfs_bandwidth_used() && cfs_rq->pelt_clock_throttled; in cfs_rq_throttled()
5916 if (cfs_rq->pelt_clock_throttled) { in tg_unthrottle_up()
5919 cfs_rq->pelt_clock_throttled = 0; in tg_unthrottle_up()
5993 cfs_rq->pelt_clock_throttled = 1; in tg_throttle_down()
6462 * It is not enough to sync the "pelt_clock_throttled" indicator in sync_throttle()
6469 cfs_rq->pelt_clock_throttled = 1; in sync_throttle()
H A Dsched.h765 bool pelt_clock_throttled:1; member