Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/ !
Dfair.c5229 if (!cfs_rq->throttled_clock_self) in enqueue_entity()
5230 cfs_rq->throttled_clock_self = rq_clock(rq); in enqueue_entity()
5615 if (cfs_rq->throttled_clock_self) { in tg_unthrottle_up()
5616 u64 delta = rq_clock(rq) - cfs_rq->throttled_clock_self; in tg_unthrottle_up()
5618 cfs_rq->throttled_clock_self = 0; in tg_unthrottle_up()
5640 SCHED_WARN_ON(cfs_rq->throttled_clock_self); in tg_throttle_down()
5642 cfs_rq->throttled_clock_self = rq_clock(rq); in tg_throttle_down()
Dsched.h642 u64 throttled_clock_self; member