Lines Matching refs:domain_wakeup
127 ktime_t domain_wakeup = KTIME_MAX; in update_domain_next_wakeup() local
146 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
147 domain_wakeup = next_wakeup; in update_domain_next_wakeup()
155 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
156 domain_wakeup = next_wakeup; in update_domain_next_wakeup()
159 genpd->gd->next_wakeup = domain_wakeup; in update_domain_next_wakeup()
165 ktime_t domain_wakeup = genpd->gd->next_wakeup; in next_wakeup_allows_state() local
171 idle_time_ns = ktime_to_ns(ktime_sub(domain_wakeup, now)); in next_wakeup_allows_state()
350 ktime_t domain_wakeup, next_hrtimer; in cpu_power_down_ok() local
367 domain_wakeup = ktime_set(KTIME_SEC_MAX, 0); in cpu_power_down_ok()
372 if (ktime_before(next_hrtimer, domain_wakeup)) in cpu_power_down_ok()
373 domain_wakeup = next_hrtimer; in cpu_power_down_ok()
378 idle_duration_ns = ktime_to_ns(ktime_sub(domain_wakeup, now)); in cpu_power_down_ok()
383 genpd->gd->next_hrtimer = domain_wakeup; in cpu_power_down_ok()