Home
last modified time | relevance | path

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

/freebsd/sys/geom/union/
H A Dg_union.h66 struct wiplist sc_wiplist; /* I/O work-in-progress list */ member
H A Dg_union.c252 TAILQ_INIT(&sc->sc_wiplist); in g_union_ctl_create()
905 TAILQ_FOREACH(activewip, &sc->sc_wiplist, wip_next) { in g_union_doio()
931 TAILQ_INSERT_TAIL(&sc->sc_wiplist, wip, wip_next); in g_union_doio()
938 TAILQ_REMOVE(&sc->sc_wiplist, wip, wip_next); in g_union_doio()
1059 TAILQ_REMOVE(&sc->sc_wiplist, wip, wip_next); in g_union_done()