Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_locks.c24 static mali_bool add_lock_to_log_and_check(struct _mali_osk_lock_debug_s *lock, uint32_t tid);
46 if (!add_lock_to_log_and_check(checker, _mali_osk_get_tid())) { in _mali_osk_locks_debug_add()
119 static mali_bool add_lock_to_log_and_check(struct _mali_osk_lock_debug_s *lock, uint32_t tid) in add_lock_to_log_and_check() function