Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dvfs_mountroot.c126 static int root_mount_complete; variable
166 return (root_mount_complete); in root_mounted()
180 while (!root_mount_complete) { in root_mount_wait()
181 msleep(&root_mount_complete, &root_holds_mtx, PZERO, "rootwait", in root_mount_wait()
1015 atomic_store_rel_int(&root_mount_complete, 1); in vfs_mountroot()
1016 wakeup(&root_mount_complete); in vfs_mountroot()