Searched refs:throttled_clock (Results 1 – 2 of 2) sorted by relevance
6180 if (cfs_rq_throttled(cfs_rq) && !cfs_rq->throttled_clock) in record_throttle_clock() 6181 cfs_rq->throttled_clock = rq_clock(rq); in record_throttle_clock() 6247 WARN_ON_ONCE(cfs_rq->throttled_clock); in throttle_cfs_rq() 6274 if (cfs_rq->throttled_clock) { in unthrottle_cfs_rq() 6275 cfs_b->throttled_time += rq_clock(rq) - cfs_rq->throttled_clock; in unthrottle_cfs_rq() 6276 cfs_rq->throttled_clock = 0; in unthrottle_cfs_rq()
760 u64 throttled_clock; member