Home
last modified time | relevance | path

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

/freebsd-head/sys/fs/devfs/
HDdevfs_vnops.c84 struct mtx cdevpriv_mtx; variable
85 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 …]
HDdevfs_int.h93 extern struct mtx cdevpriv_mtx;
/freebsd-head/sys/kern/
HDkern_conf.c1161 mtx_lock(&cdevpriv_mtx); in destroy_devl()
1164 mtx_lock(&cdevpriv_mtx); in destroy_devl()
1166 mtx_unlock(&cdevpriv_mtx); in destroy_devl()