Home
last modified time | relevance | path

Searched refs:throttled_clock (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dfair.c5344 if (cfs_rq_throttled(cfs_rq) && !cfs_rq->throttled_clock) in enqueue_entity()
5345 cfs_rq->throttled_clock = rq_clock(rq); in enqueue_entity()
5849 SCHED_WARN_ON(cfs_rq->throttled_clock); in throttle_cfs_rq()
5851 cfs_rq->throttled_clock = rq_clock(rq); in throttle_cfs_rq()
5869 if (cfs_rq->throttled_clock) { in unthrottle_cfs_rq()
5870 cfs_b->throttled_time += rq_clock(rq) - cfs_rq->throttled_clock; in unthrottle_cfs_rq()
5871 cfs_rq->throttled_clock = 0; in unthrottle_cfs_rq()
H A Dsched.h639 u64 throttled_clock; member