Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/power/
H A Ddomain.c234 if (now <= genpd->accounting_time) in genpd_update_accounting()
237 delta = now - genpd->accounting_time; in genpd_update_accounting()
249 genpd->accounting_time = now; in genpd_update_accounting()
2071 genpd->accounting_time = ktime_get_mono_fast_ns(); in pm_genpd_init()
3259 if (now > genpd->accounting_time) { in idle_states_show()
3260 delta = now - genpd->accounting_time; in idle_states_show()
3286 if (now > genpd->accounting_time) in active_time_show()
3287 delta = now - genpd->accounting_time; in active_time_show()
3314 if (now > genpd->accounting_time) { in total_idle_time_show()
3315 delta = now - genpd->accounting_time; in total_idle_time_show()
/openbmc/linux/include/linux/
H A Dpm_domain.h160 u64 accounting_time; member