Searched refs:cdevpriv_mtx (Results 1 – 3 of 3) sorted by relevance
84 struct mtx cdevpriv_mtx; variable85 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()204 mtx_assert(&cdevpriv_mtx, MA_OWNED); in devfs_destroy_cdevpriv()209 mtx_unlock(&cdevpriv_mtx); in devfs_destroy_cdevpriv()219 mtx_lock(&cdevpriv_mtx); in devfs_fpdrop()[all …]
93 extern struct mtx cdevpriv_mtx;
1161 mtx_lock(&cdevpriv_mtx); in destroy_devl()1164 mtx_lock(&cdevpriv_mtx); in destroy_devl()1166 mtx_unlock(&cdevpriv_mtx); in destroy_devl()