Searched refs:mtx (Results 1 – 1 of 1) sorted by relevance
37 struct mtx mtx; member147 mtx_init(&contigmem_buffers[i].mtx, "contigmem", NULL, MTX_DEF); in contigmem_load()173 if (mtx_initialized(&contigmem_buffers[i].mtx)) in contigmem_load()174 mtx_destroy(&contigmem_buffers[i].mtx); in contigmem_load()198 if (mtx_initialized(&contigmem_buffers[i].mtx)) in contigmem_unload()199 mtx_destroy(&contigmem_buffers[i].mtx); in contigmem_unload()246 mtx_lock(&buf->mtx); in contigmem_cdev_pager_ctor()250 mtx_unlock(&buf->mtx); in contigmem_cdev_pager_ctor()263 mtx_lock(&buf->mtx); in contigmem_cdev_pager_dtor()265 mtx_unlock(&buf->mtx); in contigmem_cdev_pager_dtor()