Searched refs:pm_notifier_key (Results 1 – 1 of 1) sorted by relevance
53 k_spinlock_key_t pm_notifier_key; in pm_state_notify() local56 pm_notifier_key = k_spin_lock(&pm_notifier_lock); in pm_state_notify()68 k_spin_unlock(&pm_notifier_lock, pm_notifier_key); in pm_state_notify()238 k_spinlock_key_t pm_notifier_key = k_spin_lock(&pm_notifier_lock); in pm_notifier_register() local241 k_spin_unlock(&pm_notifier_lock, pm_notifier_key); in pm_notifier_register()247 k_spinlock_key_t pm_notifier_key; in pm_notifier_unregister() local249 pm_notifier_key = k_spin_lock(&pm_notifier_lock); in pm_notifier_unregister()253 k_spin_unlock(&pm_notifier_lock, pm_notifier_key); in pm_notifier_unregister()