Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dvfs_mountroot.c133 static int root_mount_complete; variable
234 return (root_mount_complete); in root_mounted()
1116 atomic_store_rel_int(&root_mount_complete, 1); in vfs_mountroot()
1117 wakeup(&root_mount_complete); in vfs_mountroot()