Home
last modified time | relevance | path

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

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