Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/base/power/
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()
2070 genpd->accounting_time = ktime_get_mono_fast_ns(); in pm_genpd_init()
3258 if (now > genpd->accounting_time) { in idle_states_show()
3259 delta = now - genpd->accounting_time; in idle_states_show()
3285 if (now > genpd->accounting_time) in active_time_show()
3286 delta = now - genpd->accounting_time; in active_time_show()
3313 if (now > genpd->accounting_time) { in total_idle_time_show()
3314 delta = now - genpd->accounting_time; in total_idle_time_show()
/linux-6.6.21/include/linux/
Dpm_domain.h160 u64 accounting_time; member