Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_locks.h32 struct _mali_osk_lock_debug_s { struct
36 struct _mali_osk_lock_debug_s *next; argument
43 struct _mali_osk_lock_debug_s checker;
51 struct _mali_osk_lock_debug_s checker;
61 struct _mali_osk_lock_debug_s checker;
71 struct _mali_osk_lock_debug_s checker;
80 …void _mali_osk_locks_debug_init(struct _mali_osk_lock_debug_s *checker, _mali_osk_lock_flags_t fla…
81 void _mali_osk_locks_debug_add(struct _mali_osk_lock_debug_s *checker);
82 void _mali_osk_locks_debug_remove(struct _mali_osk_lock_debug_s *checker);
85 static inline u32 _mali_osk_lock_get_owner(struct _mali_osk_lock_debug_s *lock) in _mali_osk_lock_get_owner()
[all …]
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);
25 static void remove_lock_from_log(struct _mali_osk_lock_debug_s *lock, uint32_t tid);
29 void _mali_osk_locks_debug_init(struct _mali_osk_lock_debug_s *checker, _mali_osk_lock_flags_t flag… in _mali_osk_locks_debug_init()
40 void _mali_osk_locks_debug_add(struct _mali_osk_lock_debug_s *checker) in _mali_osk_locks_debug_add()
55 void _mali_osk_locks_debug_remove(struct _mali_osk_lock_debug_s *checker) in _mali_osk_locks_debug_remove()
87 static struct _mali_osk_lock_debug_s *lock_lookup_list;
91 struct _mali_osk_lock_debug_s *l; in dump_lock_tracking_list()
107 struct _mali_osk_lock_debug_s *l; in tracking_list_length()
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()
123 struct _mali_osk_lock_debug_s *highest_order_lock = (struct _mali_osk_lock_debug_s *)0xbeefbabe; in add_lock_to_log_and_check()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_osk_types.h270 typedef struct _mali_osk_lock_debug_s _mali_osk_lock_debug_t;