Lines Matching refs:cdevpriv_mtx
84 struct mtx cdevpriv_mtx; variable
85 MTX_SYSINIT(cdevpriv_mtx, &cdevpriv_mtx, "cdevpriv lock", MTX_DEF);
166 mtx_lock(&cdevpriv_mtx); in devfs_set_cdevpriv()
170 mtx_unlock(&cdevpriv_mtx); in devfs_set_cdevpriv()
173 mtx_unlock(&cdevpriv_mtx); in devfs_set_cdevpriv()
190 mtx_lock(&cdevpriv_mtx); in devfs_foreach_cdevpriv()
196 mtx_unlock(&cdevpriv_mtx); in devfs_foreach_cdevpriv()
206 mtx_assert(&cdevpriv_mtx, MA_OWNED); in devfs_destroy_cdevpriv()
214 mtx_unlock(&cdevpriv_mtx); in devfs_destroy_cdevpriv()
216 mtx_lock(&cdevpriv_mtx); in devfs_destroy_cdevpriv()
221 mtx_unlock(&cdevpriv_mtx); in devfs_destroy_cdevpriv()
230 mtx_lock(&cdevpriv_mtx); in devfs_fpdrop()
232 mtx_unlock(&cdevpriv_mtx); in devfs_fpdrop()