Searched refs:accounting_time (Results 1 – 2 of 2) sorted by relevance
290 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()2235 genpd->accounting_time = ktime_get_mono_fast_ns(); in pm_genpd_init()3408 if (now > genpd->accounting_time) { in idle_states_show()3409 delta = now - genpd->accounting_time; in idle_states_show()3435 if (now > genpd->accounting_time) in active_time_show()3436 delta = now - genpd->accounting_time; in active_time_show()3463 if (now > genpd->accounting_time) { in total_idle_time_show()3464 delta = now - genpd->accounting_time; in total_idle_time_show()
199 u64 accounting_time; member