Searched refs:accounting_time (Results 1 – 2 of 2) sorted by relevance
234 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()
160 u64 accounting_time; member