Searched refs:kmem_items_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c66 static struct mtx kmem_items_mtx; variable in typeref:struct:mtx
67 MTX_SYSINIT(kmem_items_mtx, &kmem_items_mtx, "kmem_items", MTX_DEF);
91 mtx_lock(&kmem_items_mtx);
93 mtx_unlock(&kmem_items_mtx);
110 mtx_lock(&kmem_items_mtx);
117 mtx_unlock(&kmem_items_mtx);
337 mtx_lock(&kmem_items_mtx);
348 mtx_unlock(&kmem_items_mtx);

Completed in 240 milliseconds