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

/freebsd-12-stable/sys/geom/
H A Dgeom.h165 #define G_GEOM_ACCESS_WAIT 0x08 macro
H A Dgeom_subr.c931 gp->flags |= G_GEOM_ACCESS_WAIT;
983 if ((gp->flags & G_GEOM_ACCESS_WAIT) != 0) {
984 gp->flags &= ~G_GEOM_ACCESS_WAIT;

Completed in 122 milliseconds