Searched refs:domain_wakeup (Results 1 – 1 of 1) sorted by relevance
128 ktime_t domain_wakeup = KTIME_MAX; in update_domain_next_wakeup() local147 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()148 domain_wakeup = next_wakeup; in update_domain_next_wakeup()156 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()157 domain_wakeup = next_wakeup; in update_domain_next_wakeup()160 genpd->gd->next_wakeup = domain_wakeup; in update_domain_next_wakeup()166 ktime_t domain_wakeup = genpd->gd->next_wakeup; in next_wakeup_allows_state() local172 idle_time_ns = ktime_to_ns(ktime_sub(domain_wakeup, now)); in next_wakeup_allows_state()351 ktime_t domain_wakeup, next_hrtimer; in cpu_power_down_ok() local375 domain_wakeup = ktime_set(KTIME_SEC_MAX, 0); in cpu_power_down_ok()[all …]