Searched refs:pm_notifier_lock (Results 1 – 1 of 1) sorted by relevance
44 static struct k_spinlock pm_notifier_lock; variable56 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()241 k_spin_unlock(&pm_notifier_lock, pm_notifier_key); in pm_notifier_register()249 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()