Home
last modified time | relevance | path

Searched refs:cuse_global_mtx (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/fs/cuse/
H A Dcuse.c183 static struct mtx cuse_global_mtx; variable
256 mtx_lock(&cuse_global_mtx); in cuse_global_lock()
262 mtx_unlock(&cuse_global_mtx); in cuse_global_unlock()
300 mtx_init(&cuse_global_mtx, "cuse-global-mtx", NULL, MTX_DEF); in cuse_kern_init()
333 mtx_destroy(&cuse_global_mtx); in cuse_kern_uninit()