Searched refs:root_holds_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dvfs_mountroot.c108 struct mtx root_holds_mtx; variable in typeref:struct:mtx
109 MTX_SYSINIT(root_holds, &root_holds_mtx, "root_holds", MTX_DEF);
149 mtx_lock(&root_holds_mtx);
155 mtx_unlock(&root_holds_mtx);
174 mtx_lock(&root_holds_mtx);
176 mtx_unlock(&root_holds_mtx);
186 mtx_lock(&root_holds_mtx);
189 mtx_unlock(&root_holds_mtx);
941 mtx_lock(&root_holds_mtx);
943 mtx_unlock(&root_holds_mtx);
[all...]

Completed in 54 milliseconds