Home
last modified time | relevance | path

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

/openbmc/linux/kernel/cgroup/
H A Drstat.c486 u64 forceidle_time; in cgroup_base_stat_cputime_show() local
495 forceidle_time = cgrp->bstat.forceidle_sum; in cgroup_base_stat_cputime_show()
504 forceidle_time = bstat.forceidle_sum; in cgroup_base_stat_cputime_show()
512 do_div(forceidle_time, NSEC_PER_USEC); in cgroup_base_stat_cputime_show()
521 seq_printf(seq, "core_sched.force_idle_usec %llu\n", forceidle_time); in cgroup_base_stat_cputime_show()