Home
last modified time | relevance | path

Searched refs:throttled_time (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/Documentation/scheduler/
Dsched-bwc.txt71 - throttled_time: The total time duration (in nanoseconds) for which entities
/linux-4.4.14/kernel/sched/
Dsched.h235 u64 throttled_time; member
Dcore.c8518 seq_printf(sf, "throttled_time %llu\n", cfs_b->throttled_time); in cpu_stats_show()
Dfair.c3624 cfs_b->throttled_time += rq_clock(rq) - cfs_rq->throttled_clock; in unthrottle_cfs_rq()