Lines Matching refs:save
71 uint32_t save = spin_lock_blocking(mtx->core.spin_lock); in __time_critical_func() local
74 spin_unlock(mtx->core.spin_lock, save); in __time_critical_func()
77 lock_internal_spin_unlock_with_wait(&mtx->core, save); in __time_critical_func()
84 uint32_t save = spin_lock_blocking(mtx->core.spin_lock); in __time_critical_func() local
88 spin_unlock(mtx->core.spin_lock, save); in __time_critical_func()
92 lock_internal_spin_unlock_with_wait(&mtx->core, save); in __time_critical_func()
104 uint32_t save = spin_lock_blocking(mtx->core.spin_lock); in __time_critical_func() local
112 spin_unlock(mtx->core.spin_lock, save); in __time_critical_func()
130 uint32_t save = spin_lock_blocking(mtx->core.spin_lock); in __time_critical_func() local
140 spin_unlock(mtx->core.spin_lock, save); in __time_critical_func()
169 uint32_t save = spin_lock_blocking(mtx->core.spin_lock); in __time_critical_func() local
172 spin_unlock(mtx->core.spin_lock, save); in __time_critical_func()
175 … if (lock_internal_spin_unlock_with_best_effort_wait_or_timeout(&mtx->core, save, until)) { in __time_critical_func()
188 uint32_t save = spin_lock_blocking(mtx->core.spin_lock); in __time_critical_func() local
192 spin_unlock(mtx->core.spin_lock, save); in __time_critical_func()
196 … if (lock_internal_spin_unlock_with_best_effort_wait_or_timeout(&mtx->core, save, until)) { in __time_critical_func()
212 uint32_t save = spin_lock_blocking(mtx->core.spin_lock); in __time_critical_func() local
215 lock_internal_spin_unlock_with_notify(&mtx->core, save); in __time_critical_func()
219 uint32_t save = spin_lock_blocking(mtx->core.spin_lock); in __time_critical_func() local
224 lock_internal_spin_unlock_with_notify(&mtx->core, save); in __time_critical_func()
226 spin_unlock(mtx->core.spin_lock, save); in __time_critical_func()