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

/linux-master/drivers/pmdomain/
H A Dcore.c233 if (now <= genpd->accounting_time)
236 delta = now - genpd->accounting_time;
248 genpd->accounting_time = now;
2108 genpd->accounting_time = ktime_get_mono_fast_ns();
3265 if (now > genpd->accounting_time) {
3266 delta = now - genpd->accounting_time;
3292 if (now > genpd->accounting_time)
3293 delta = now - genpd->accounting_time;
3320 if (now > genpd->accounting_time) {
3321 delta = now - genpd->accounting_time;
[all...]
/linux-master/include/linux/
H A Dpm_domain.h189 u64 accounting_time; member in struct:generic_pm_domain

Completed in 96 milliseconds