Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c6881 if (cfs_rq->throttled_clock_self) { in tg_unthrottle_up()
6882 u64 delta = rq_clock(rq) - cfs_rq->throttled_clock_self; in tg_unthrottle_up()
6884 cfs_rq->throttled_clock_self = 0; in tg_unthrottle_up()
6951 if (!cfs_rq->throttled_clock_self) in record_throttle_clock()
6952 cfs_rq->throttled_clock_self = rq_clock(rq); in record_throttle_clock()
6973 WARN_ON_ONCE(cfs_rq->throttled_clock_self); in tg_throttle_down()
H A Dsched.h768 u64 throttled_clock_self; member