Searched refs:construct_mtx (Results 1 – 2 of 2) sorted by relevance
1128 mtx_init(&device->scratch_bos[i].construct_mtx, mtx_plain); in tu_CreateDevice()1224 mtx_lock(&dev->scratch_bos[index].construct_mtx); in tu_get_scratch_bo()1230 mtx_unlock(&dev->scratch_bos[index].construct_mtx); in tu_get_scratch_bo()1238 mtx_unlock(&dev->scratch_bos[index].construct_mtx); in tu_get_scratch_bo()1244 mtx_unlock(&dev->scratch_bos[index].construct_mtx); in tu_get_scratch_bo()
376 mtx_t construct_mtx; member