Home
last modified time | relevance | path

Searched refs:cdevpriv_mtx (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/fs/devfs/
H A Ddevfs_int.h93 extern struct mtx cdevpriv_mtx;
H A Ddevfs_vnops.c89 struct mtx cdevpriv_mtx; variable
90 MTX_SYSINIT(cdevpriv_mtx, &cdevpriv_mtx, "cdevpriv lock", MTX_DEF);
172 mtx_lock(&cdevpriv_mtx); in devfs_set_cdevpriv()
176 mtx_unlock(&cdevpriv_mtx); in devfs_set_cdevpriv()
179 mtx_unlock(&cdevpriv_mtx); in devfs_set_cdevpriv()
190 mtx_assert(&cdevpriv_mtx, MA_OWNED); in devfs_destroy_cdevpriv()
195 mtx_unlock(&cdevpriv_mtx); in devfs_destroy_cdevpriv()
205 mtx_lock(&cdevpriv_mtx); in devfs_fpdrop()
207 mtx_unlock(&cdevpriv_mtx); in devfs_fpdrop()
/freebsd-12.1/sys/kern/
H A Dkern_conf.c1150 mtx_lock(&cdevpriv_mtx); in destroy_devl()
1153 mtx_lock(&cdevpriv_mtx); in destroy_devl()
1155 mtx_unlock(&cdevpriv_mtx); in destroy_devl()