Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c5346 if (!cfs_rq->throttled_clock_self) in enqueue_entity()
5347 cfs_rq->throttled_clock_self = rq_clock(rq); in enqueue_entity()
5732 if (cfs_rq->throttled_clock_self) { in tg_unthrottle_up()
5733 u64 delta = rq_clock(rq) - cfs_rq->throttled_clock_self; in tg_unthrottle_up()
5735 cfs_rq->throttled_clock_self = 0; in tg_unthrottle_up()
5757 SCHED_WARN_ON(cfs_rq->throttled_clock_self); in tg_throttle_down()
5759 cfs_rq->throttled_clock_self = rq_clock(rq); in tg_throttle_down()
H A Dsched.h642 u64 throttled_clock_self; member