Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/base/power/
Ddomain.c237 if (now <= genpd->accounting_time) in genpd_update_accounting()
240 delta = now - genpd->accounting_time; in genpd_update_accounting()
252 genpd->accounting_time = now; in genpd_update_accounting()
2064 genpd->accounting_time = ktime_get_mono_fast_ns(); in pm_genpd_init()
3242 if (now > genpd->accounting_time) { in idle_states_show()
3243 delta = now - genpd->accounting_time; in idle_states_show()
3269 if (now > genpd->accounting_time) in active_time_show()
3270 delta = now - genpd->accounting_time; in active_time_show()
3297 if (now > genpd->accounting_time) { in total_idle_time_show()
3298 delta = now - genpd->accounting_time; in total_idle_time_show()
/Linux-v6.1/include/linux/
Dpm_domain.h157 u64 accounting_time; member