Searched refs:cdevpriv_mtx (Results 1 – 3 of 3) sorted by relevance
95 extern struct mtx cdevpriv_mtx;
90 struct mtx cdevpriv_mtx; variable91 MTX_SYSINIT(cdevpriv_mtx, &cdevpriv_mtx, "cdevpriv lock", MTX_DEF);173 mtx_lock(&cdevpriv_mtx); in devfs_set_cdevpriv()177 mtx_unlock(&cdevpriv_mtx); in devfs_set_cdevpriv()180 mtx_unlock(&cdevpriv_mtx); in devfs_set_cdevpriv()191 mtx_assert(&cdevpriv_mtx, MA_OWNED); in devfs_destroy_cdevpriv()196 mtx_unlock(&cdevpriv_mtx); in devfs_destroy_cdevpriv()206 mtx_lock(&cdevpriv_mtx); in devfs_fpdrop()208 mtx_unlock(&cdevpriv_mtx); in devfs_fpdrop()
1168 mtx_lock(&cdevpriv_mtx); in destroy_devl()1171 mtx_lock(&cdevpriv_mtx); in destroy_devl()1173 mtx_unlock(&cdevpriv_mtx); in destroy_devl()