Searched refs:effective_constraint_ns (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/pmdomain/
H A Dgovernor.c30 constraint_ns = td ? td->effective_constraint_ns :
73 td->effective_constraint_ns = 0;
85 * effective_constraint_ns fields won't be modified in parallel with us.
93 td->effective_constraint_ns = PM_QOS_RESUME_LATENCY_NO_CONSTRAINT_NS;
99 * suspend then. effective_constraint_ns is zero already and
107 * effective_constraint_ns is zero already and cached_suspend_ok
114 td->effective_constraint_ns = constraint_ns;
227 constraint_ns = td->effective_constraint_ns;
H A Dcore.c1574 td->effective_constraint_ns = PM_QOS_RESUME_LATENCY_NO_CONSTRAINT_NS;
/linux-master/include/linux/
H A Dpm_domain.h220 s64 effective_constraint_ns; member in struct:gpd_timing_data

Completed in 96 milliseconds