Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_dma_fence.c385 struct reservation_object *reservation_object_to_slow_lock = NULL; in mali_dma_fence_lock_reservation_object_list() local
396 if (dma_reservation_object_list[i] == reservation_object_to_slow_lock) { in mali_dma_fence_lock_reservation_object_list()
397 reservation_object_to_slow_lock = NULL; in mali_dma_fence_lock_reservation_object_list()
412 if (NULL != reservation_object_to_slow_lock) in mali_dma_fence_lock_reservation_object_list()
413 ww_mutex_unlock(&reservation_object_to_slow_lock->lock); in mali_dma_fence_lock_reservation_object_list()
416 reservation_object_to_slow_lock = dma_reservation_object_list[slow_lock_index]; in mali_dma_fence_lock_reservation_object_list()
417 ww_mutex_lock_slow(&reservation_object_to_slow_lock->lock, ww_actx); in mali_dma_fence_lock_reservation_object_list()