Home
last modified time | relevance | path

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

/linux-5.19.10/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()
3236 if (now > genpd->accounting_time) { in idle_states_show()
3237 delta = now - genpd->accounting_time; in idle_states_show()
3263 if (now > genpd->accounting_time) in active_time_show()
3264 delta = now - genpd->accounting_time; in active_time_show()
3291 if (now > genpd->accounting_time) { in total_idle_time_show()
3292 delta = now - genpd->accounting_time; in total_idle_time_show()
/linux-5.19.10/include/linux/
Dpm_domain.h157 u64 accounting_time; member