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

/freebsd-current/sys/geom/union/
H A Dg_union.h98 TAILQ_ENTRY(g_union_wip) wip_next; /* pending or active I/O list */ member in struct:g_union_wip
H A Dg_union.c905 TAILQ_FOREACH(activewip, &sc->sc_wiplist, wip_next) {
925 wip_next);
931 TAILQ_INSERT_TAIL(&sc->sc_wiplist, wip, wip_next);
938 TAILQ_REMOVE(&sc->sc_wiplist, wip, wip_next);
1059 TAILQ_REMOVE(&sc->sc_wiplist, wip, wip_next);
1062 TAILQ_REMOVE(&wip->wip_waiting, waitingwip, wip_next);

Completed in 65 milliseconds