Home
last modified time | relevance | path

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

/kernel/sched/
Dcore.c11246 u64 throttled_usec, burst_usec; in cpu_extra_stat_show() local
11248 throttled_usec = cfs_b->throttled_time; in cpu_extra_stat_show()
11249 do_div(throttled_usec, NSEC_PER_USEC); in cpu_extra_stat_show()
11259 throttled_usec, cfs_b->nr_burst, burst_usec); in cpu_extra_stat_show()