Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-bwc.rst76 - throttled_time: The total time duration (in nanoseconds) for which entities
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dsched.h384 u64 throttled_time; member
H A Dcore.c8589 seq_printf(sf, "throttled_time %llu\n", cfs_b->throttled_time); in cpu_cfs_stat_show()
8700 throttled_usec = cfs_b->throttled_time; in cpu_extra_stat_show()
H A Dfair.c4900 cfs_b->throttled_time += rq_clock(rq) - cfs_rq->throttled_clock; in unthrottle_cfs_rq()