Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/devfs/
H A Ddevfs_vnops.c86 struct mtx cdevpriv_mtx; variable
87 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 …]
H A Ddevfs_int.h93 extern struct mtx cdevpriv_mtx;
/freebsd-14.2/sys/kern/
H A Dkern_conf.c1162 mtx_lock(&cdevpriv_mtx); in destroy_devl()
1165 mtx_lock(&cdevpriv_mtx); in destroy_devl()
1167 mtx_unlock(&cdevpriv_mtx); in destroy_devl()