Searched refs:construct_mtx (Results 1 – 2 of 2) sorted by relevance
1628 mtx_init(&device->scratch_bos[i].construct_mtx, mtx_plain); in tu_CreateDevice()1755 mtx_lock(&dev->scratch_bos[index].construct_mtx); in tu_get_scratch_bo()1761 mtx_unlock(&dev->scratch_bos[index].construct_mtx); in tu_get_scratch_bo()1770 mtx_unlock(&dev->scratch_bos[index].construct_mtx); in tu_get_scratch_bo()1776 mtx_unlock(&dev->scratch_bos[index].construct_mtx); in tu_get_scratch_bo()
390 mtx_t construct_mtx; member