Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_locks.c122 _mali_osk_lock_order_t highest_order_for_tid = _MALI_OSK_LOCK_ORDER_FIRST; in add_lock_to_log_and_check() local
142 if (tid == l->owner && l->order >= highest_order_for_tid) { in add_lock_to_log_and_check()
143 highest_order_for_tid = l->order; in add_lock_to_log_and_check()
160 ret = highest_order_for_tid < 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()