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

/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c61 static struct mtx kmem_items_mtx; variable in typeref:struct:mtx
62 MTX_SYSINIT(kmem_items_mtx, &kmem_items_mtx, "kmem_items", MTX_DEF);
86 mtx_lock(&kmem_items_mtx);
88 mtx_unlock(&kmem_items_mtx);
105 mtx_lock(&kmem_items_mtx);
112 mtx_unlock(&kmem_items_mtx);
259 mtx_lock(&kmem_items_mtx);
270 mtx_unlock(&kmem_items_mtx);

Completed in 51 milliseconds