Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/devfs/
H A Ddevfs_int.h95 extern struct mtx cdevpriv_mtx;
H A Ddevfs_vnops.c90 struct mtx cdevpriv_mtx; variable
91 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()
/freebsd-13.1/sys/kern/
H A Dkern_conf.c1168 mtx_lock(&cdevpriv_mtx); in destroy_devl()
1171 mtx_lock(&cdevpriv_mtx); in destroy_devl()
1173 mtx_unlock(&cdevpriv_mtx); in destroy_devl()