Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c9338 u64 throttled_usec; in cpu_extra_stat_show() local
9340 throttled_usec = cfs_b->throttled_time; in cpu_extra_stat_show()
9341 do_div(throttled_usec, NSEC_PER_USEC); in cpu_extra_stat_show()
9346 "throttled_usec %llu\n", in cpu_extra_stat_show()
9347 cfs_b->nr_periods, cfs_b->nr_throttled, throttled_usec); in cpu_extra_stat_show()

Completed in 11 milliseconds