Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c5361 if (!cfs_rq->throttled_clock_self) in enqueue_entity()
5362 cfs_rq->throttled_clock_self = rq_clock(rq); in enqueue_entity()
5836 if (cfs_rq->throttled_clock_self) { in tg_unthrottle_up()
5837 u64 delta = rq_clock(rq) - cfs_rq->throttled_clock_self; in tg_unthrottle_up()
5839 cfs_rq->throttled_clock_self = 0; in tg_unthrottle_up()
5861 SCHED_WARN_ON(cfs_rq->throttled_clock_self); in tg_throttle_down()
5863 cfs_rq->throttled_clock_self = rq_clock(rq); in tg_throttle_down()