Searched refs:cdevpriv_mtx (Results 1 – 3 of 3) sorted by relevance
86 struct mtx cdevpriv_mtx; variable87 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()[all …]
93 extern struct mtx cdevpriv_mtx;
1162 mtx_lock(&cdevpriv_mtx); in destroy_devl()1165 mtx_lock(&cdevpriv_mtx); in destroy_devl()1167 mtx_unlock(&cdevpriv_mtx); in destroy_devl()