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

/linux-master/drivers/pmdomain/
H A Dgovernor.c132 if (!(genpd->flags & GENPD_FLAG_MIN_RESIDENCY))
283 if ((genpd->flags & GENPD_FLAG_MIN_RESIDENCY) && (gd->next_wakeup != KTIME_MAX)) {
/linux-master/include/linux/
H A Dpm_domain.h88 * GENPD_FLAG_MIN_RESIDENCY: Enable the genpd governor to consider its
102 #define GENPD_FLAG_MIN_RESIDENCY (1U << 6) macro

Completed in 108 milliseconds