Home
last modified time | relevance | path

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

/linux-6.15/drivers/pmdomain/
H A Dcore.c290 if (now <= genpd->accounting_time) in genpd_update_accounting()
293 delta = now - genpd->accounting_time; in genpd_update_accounting()
305 genpd->accounting_time = now; in genpd_update_accounting()
2296 genpd->accounting_time = ktime_get_mono_fast_ns(); in pm_genpd_init()
3505 if (now > genpd->accounting_time) { in idle_states_show()
3506 delta = now - genpd->accounting_time; in idle_states_show()
3536 if (now > genpd->accounting_time) in active_time_show()
3537 delta = now - genpd->accounting_time; in active_time_show()
3564 if (now > genpd->accounting_time) { in total_idle_time_show()
3565 delta = now - genpd->accounting_time; in total_idle_time_show()
/linux-6.15/include/linux/
H A Dpm_domain.h208 u64 accounting_time; member