Home
last modified time | relevance | path

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

/linux/drivers/base/power/
A Ddomain.c231 delta = ktime_sub(now, genpd->accounting_time); in genpd_update_accounting()
247 genpd->accounting_time = now; in genpd_update_accounting()
1983 genpd->accounting_time = ktime_get(); in pm_genpd_init()
3171 delta = ktime_sub(ktime_get(), genpd->accounting_time); in idle_states_show()
3194 delta = ktime_sub(ktime_get(), genpd->accounting_time); in active_time_show()
3218 delta = ktime_sub(ktime_get(), genpd->accounting_time); in total_idle_time_show()
/linux/include/linux/
A Dpm_domain.h153 ktime_t accounting_time; member

Completed in 15 milliseconds