zephyr/subsys/pm
Andy Ross d20ab8c609 subsys/pm: Use correct timeout API
The z_set_timeout_expiry() function is a wrapper provided in the
timeout subsystem that has some corrections for timelicing.  But the
suspend code doesn't care; by definition there are no active threads
that might be timeslicing at the point where the OS is suspending.
Use the lower-level timer driver API instead.

(z_set_timeout_expiry() is also about to disappear)

Signed-off-by: Andy Ross <andyross@google.com>
2023-03-09 09:21:12 +01:00
..
CMakeLists.txt
device_runtime.c pm: device_runtime: Early feature enabled check 2023-02-28 10:41:30 +01:00
device.c pm: device: rework pm_device_children_action_run 2023-01-25 14:58:52 +00:00
Kconfig pm: runtime: Migrate from condition variables to events 2022-12-15 22:35:38 +01:00
pm_stats.c smp: Move for loops to use arch_num_cpus instead of CONFIG_MP_NUM_CPUS 2022-10-21 13:14:58 +02:00
pm_stats.h
pm.c subsys/pm: Use correct timeout API 2023-03-09 09:21:12 +01:00
policy.c
state.c