Searched refs:GENPD_FLAG_MIN_RESIDENCY (Results 1 – 2 of 2) sorted by relevance
130 if (!(genpd->flags & GENPD_FLAG_MIN_RESIDENCY)) in update_domain_next_wakeup()279 if ((genpd->flags & GENPD_FLAG_MIN_RESIDENCY) && (gd->next_wakeup != KTIME_MAX)) { in _default_power_down_ok()
70 #define GENPD_FLAG_MIN_RESIDENCY (1U << 6) macro