Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/scheduler/
Dsched-bwc.rst76 - throttled_time: The total time duration (in nanoseconds) for which entities
/kernel/linux/linux-5.10/kernel/sched/
Dsched.h461 u64 throttled_time; member
Dcore.c8801 seq_printf(sf, "throttled_time %llu\n", cfs_b->throttled_time); in cpu_cfs_stat_show()
8914 throttled_usec = cfs_b->throttled_time; in cpu_extra_stat_show()
Dfair.c5070 cfs_b->throttled_time += rq_clock(rq) - cfs_rq->throttled_clock; in unthrottle_cfs_rq()