Lines Matching refs:cdevpriv_mtx
86 struct mtx cdevpriv_mtx; variable
87 MTX_SYSINIT(cdevpriv_mtx, &cdevpriv_mtx, "cdevpriv lock", MTX_DEF);
168 mtx_lock(&cdevpriv_mtx); in devfs_set_cdevpriv()
172 mtx_unlock(&cdevpriv_mtx); in devfs_set_cdevpriv()
175 mtx_unlock(&cdevpriv_mtx); in devfs_set_cdevpriv()
192 mtx_lock(&cdevpriv_mtx); in devfs_foreach_cdevpriv()
198 mtx_unlock(&cdevpriv_mtx); in devfs_foreach_cdevpriv()
206 mtx_assert(&cdevpriv_mtx, MA_OWNED); in devfs_destroy_cdevpriv()
211 mtx_unlock(&cdevpriv_mtx); in devfs_destroy_cdevpriv()
221 mtx_lock(&cdevpriv_mtx); in devfs_fpdrop()
223 mtx_unlock(&cdevpriv_mtx); in devfs_fpdrop()