Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-bwc.rst116 - throttled_time: 该组的实体被限流的总时间长度(纳秒)。
/linux/Documentation/scheduler/
H A Dsched-bwc.rst133 - throttled_time: The total time duration (in nanoseconds) for which entities
/linux/kernel/sched/
H A Dcore.c9702 seq_printf(sf, "throttled_time %llu\n", cfs_b->throttled_time); in cpu_cfs_stat_show()
9866 throttled_usec = cfs_b->throttled_time; in cpu_extra_stat_show()
H A Dfair.c5992 cfs_b->throttled_time += rq_clock(rq) - cfs_rq->throttled_clock; in unthrottle_cfs_rq()