Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dfair.c5373 if (cfs_rq_throttled(cfs_rq) && !cfs_rq->throttled_clock) in enqueue_entity()
5374 cfs_rq->throttled_clock = rq_clock(rq); in enqueue_entity()
5981 WARN_ON_ONCE(cfs_rq->throttled_clock); in throttle_cfs_rq()
5983 cfs_rq->throttled_clock = rq_clock(rq); in throttle_cfs_rq()
6002 if (cfs_rq->throttled_clock) { in unthrottle_cfs_rq()
6003 cfs_b->throttled_time += rq_clock(rq) - cfs_rq->throttled_clock; in unthrottle_cfs_rq()
6004 cfs_rq->throttled_clock = 0; in unthrottle_cfs_rq()
H A Dsched.h730 u64 throttled_clock; member