Lines Matching full:latency
148 /** Flag to indicate expected latency */
154 static void on_pm_policy_latency_changed(int32_t latency) in on_pm_policy_latency_changed() argument
156 TC_PRINT("Latency changed to %d\n", latency); in on_pm_policy_latency_changed()
158 zassert_equal(latency, expected_latency); in on_pm_policy_latency_changed()
165 * latency requirements are imposed and CONFIG_PM_POLICY_DEFAULT=y.
173 /* add a latency requirement with a maximum value below the in ZTEST()
174 * latency given by any state, so we should stay active all the time in ZTEST()
184 /* update latency requirement to a value between latencies for in ZTEST()
196 /* add a new latency requirement with a maximum value below the in ZTEST()
197 * latency given by any state, so we should stay active all the time in ZTEST()
228 /* get notified when latency requirement changes */ in ZTEST()
256 /* remove first request, we no longer have latency requirements */ in ZTEST()