Searched refs:bo_cache_lock (Results 1 – 2 of 2) sorted by relevance
63 mtx_init(&screen->bo_cache_lock, mtx_plain); in lima_bo_cache_init()120 mtx_destroy(&screen->bo_cache_lock); in lima_bo_cache_fini()211 mtx_lock(&screen->bo_cache_lock); in lima_bo_cache_put()215 mtx_unlock(&screen->bo_cache_lock); in lima_bo_cache_put()229 mtx_unlock(&screen->bo_cache_lock); in lima_bo_cache_put()242 mtx_lock(&screen->bo_cache_lock); in lima_bo_cache_get()246 mtx_unlock(&screen->bo_cache_lock); in lima_bo_cache_get()274 mtx_unlock(&screen->bo_cache_lock); in lima_bo_cache_get()
73 mtx_t bo_cache_lock; member