Searched refs:throttled_clock_self (Results 1 – 2 of 2) sorted by relevance
5302 if (!cfs_rq->throttled_clock_self) in enqueue_entity() 5303 cfs_rq->throttled_clock_self = rq_clock(rq); in enqueue_entity() 5765 if (cfs_rq->throttled_clock_self) { in tg_unthrottle_up() 5766 u64 delta = rq_clock(rq) - cfs_rq->throttled_clock_self; in tg_unthrottle_up() 5768 cfs_rq->throttled_clock_self = 0; in tg_unthrottle_up() 5790 WARN_ON_ONCE(cfs_rq->throttled_clock_self); in tg_throttle_down() 5792 cfs_rq->throttled_clock_self = rq_clock(rq); in tg_throttle_down()
736 u64 throttled_clock_self; member