Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_bo.c53 mtx_init(&screen->bo_table_lock, mtx_plain); in lima_bo_table_init()
73 mtx_destroy(&screen->bo_table_lock); in lima_bo_table_fini()
103 mtx_lock(&screen->bo_table_lock); in lima_bo_free()
109 mtx_unlock(&screen->bo_table_lock); in lima_bo_free()
380 mtx_lock(&screen->bo_table_lock); in lima_bo_export()
383 mtx_unlock(&screen->bo_table_lock); in lima_bo_export()
389 mtx_lock(&screen->bo_table_lock); in lima_bo_export()
392 mtx_unlock(&screen->bo_table_lock); in lima_bo_export()
402 mtx_lock(&screen->bo_table_lock); in lima_bo_export()
405 mtx_unlock(&screen->bo_table_lock); in lima_bo_export()
[all …]
Dlima_screen.h76 mtx_t bo_table_lock; member