Searched refs:accounting_time (Results 1 – 2 of 2) sorted by relevance
302 if (now <= genpd->accounting_time) in genpd_update_accounting()305 delta = now - genpd->accounting_time; in genpd_update_accounting()317 genpd->accounting_time = now; in genpd_update_accounting()2418 genpd->accounting_time = ktime_get_mono_fast_ns(); in pm_genpd_init()3785 if (now > genpd->accounting_time) { in idle_states_show()3786 delta = now - genpd->accounting_time; in idle_states_show()3817 if (now > genpd->accounting_time) in active_time_show()3818 delta = now - genpd->accounting_time; in active_time_show()3845 if (now > genpd->accounting_time) { in total_idle_time_show()3846 delta = now - genpd->accounting_time; in total_idle_time_show()
240 u64 accounting_time; member