Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dfair.c5375 if (!cfs_rq->throttled_clock_self) in enqueue_entity()
5376 cfs_rq->throttled_clock_self = rq_clock(rq); in enqueue_entity()
5847 if (cfs_rq->throttled_clock_self) { in tg_unthrottle_up()
5848 u64 delta = rq_clock(rq) - cfs_rq->throttled_clock_self; in tg_unthrottle_up()
5850 cfs_rq->throttled_clock_self = 0; in tg_unthrottle_up()
5872 WARN_ON_ONCE(cfs_rq->throttled_clock_self); in tg_throttle_down()
5874 cfs_rq->throttled_clock_self = rq_clock(rq); in tg_throttle_down()
H A Dsched.h733 u64 throttled_clock_self; member