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

/freebsd-12-stable/sys/kern/
H A Dvfs_mountroot.c110 struct mtx root_holds_mtx; variable in typeref:struct:mtx
111 MTX_SYSINIT(root_holds, &root_holds_mtx, "root_holds", MTX_DEF);
157 mtx_lock(&root_holds_mtx);
163 mtx_unlock(&root_holds_mtx);
180 mtx_lock(&root_holds_mtx);
183 mtx_unlock(&root_holds_mtx);
196 mtx_lock(&root_holds_mtx);
207 mtx_unlock(&root_holds_mtx);
217 mtx_lock(&root_holds_mtx);
221 mtx_unlock(&root_holds_mtx);
[all...]

Completed in 104 milliseconds