Home
last modified time | relevance | path

Searched refs:notif_default_lock (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/kernel/
H A Dnotif_default.c23 static unsigned int notif_default_lock = SPINLOCK_UNLOCK; variable
56 old_itr_status = cpu_spin_lock_xsave(&notif_default_lock); in notif_alloc_async_value()
72 cpu_spin_unlock_xrestore(&notif_default_lock, old_itr_status); in notif_alloc_async_value()
90 old_itr_status = cpu_spin_lock_xsave(&notif_default_lock); in notif_free_async_value()
96 cpu_spin_unlock_xrestore(&notif_default_lock, old_itr_status); in notif_free_async_value()
116 old_itr_status = cpu_spin_lock_xsave(&notif_default_lock); in notif_get_value()
128 cpu_spin_unlock_xrestore(&notif_default_lock, old_itr_status); in notif_get_value()
150 old_itr_status = cpu_spin_lock_xsave(&notif_default_lock); in notif_send_async()
155 cpu_spin_unlock_xrestore(&notif_default_lock, old_itr_status); in notif_send_async()