Searched refs:sc_wiplist (Results 1 – 2 of 2) sorted by relevance
66 struct wiplist sc_wiplist; /* I/O work-in-progress list */ member
252 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()