zephyr/subsys/pm
Krzysztof Chruściński 3b47ec6410 pm: device_runtime: Optimize pm_device_runtime_usage
There is no point in using lock or semaphore to read current
usage counter as it may change after unlocking or giving
back the semaphore. Value can only be trusted in the controlled
environment (e.g. test).

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-11-26 15:43:21 -05:00
..
policy pm: policy: separate default policy and events 2024-11-16 15:56:02 -05:00
CMakeLists.txt pm: policy: split policy APIs implementations 2024-10-24 17:50:44 +02:00
device_runtime.c pm: device_runtime: Optimize pm_device_runtime_usage 2024-11-26 15:43:21 -05:00
device_system_managed.c
device_system_managed.h
device.c pm: device: allow optional support of TURN_ON action 2024-09-30 17:11:20 +01:00
Kconfig pm: policy: split policy APIs implementations 2024-10-24 17:50:44 +02:00
pm_shell.c
pm_stats.c
pm_stats.h
pm.c pm: policy: change the policy event handling 2024-09-09 13:56:04 -04:00
state.c