Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/
Dlima_bo.c63 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()
Dlima_screen.h73 mtx_t bo_cache_lock; member