Searched refs:_mali_osk_locks_debug_remove (Results 1 – 2 of 2) sorted by relevance
82 void _mali_osk_locks_debug_remove(struct _mali_osk_lock_debug_s *checker);92 #define _mali_osk_locks_debug_remove(x) do {} while (0) macro121 _mali_osk_locks_debug_remove((struct _mali_osk_lock_debug_s *)lock); in _mali_osk_spinlock_unlock()168 _mali_osk_locks_debug_remove((struct _mali_osk_lock_debug_s *)lock); in _mali_osk_spinlock_irq_unlock()231 _mali_osk_locks_debug_remove((struct _mali_osk_lock_debug_s *)lock); in _mali_osk_mutex_rw_signal()292 _mali_osk_locks_debug_remove((struct _mali_osk_lock_debug_s *)lock); in _mali_osk_mutex_signal_interruptible()308 _mali_osk_locks_debug_remove((struct _mali_osk_lock_debug_s *)lock); in _mali_osk_mutex_signal()
55 void _mali_osk_locks_debug_remove(struct _mali_osk_lock_debug_s *checker) in _mali_osk_locks_debug_remove() function