Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dsched.h563 u64 throttled_clock_task_time; member
Dfair.c4279 return cfs_rq->throttled_clock_task - cfs_rq->throttled_clock_task_time; in cfs_rq_clock_task()
4281 return rq_clock_task(rq_of(cfs_rq)) - cfs_rq->throttled_clock_task_time; in cfs_rq_clock_task()
4419 cfs_rq->throttled_clock_task_time += rq_clock_task(rq) - in tg_unthrottle_up()