Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_locks.c26 static const char *const lock_order_to_string(_mali_osk_lock_order_t order);
164 lock->order, lock_order_to_string(lock->order), in add_lock_to_log_and_check()
165 highest_order_for_tid, lock_order_to_string(highest_order_for_tid)); in add_lock_to_log_and_check()
228 static const char *const lock_order_to_string(_mali_osk_lock_order_t order) in lock_order_to_string() function