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

/freebsd-12-stable/sys/geom/sched/
H A Dg_sched.h72 * In addition to the obvious fields, sc_flushing and sc_pending
75 * also added to the sc_pending queue, and removed when we receive
84 * XXX it would be more efficient to implement sc_pending with
99 int sc_pending; /* Pending requests. */ member in struct:g_sched_softc
H A Dg_sched.c502 while (sc->sc_pending && endticks - ticks >= 0)
505 return (sc->sc_pending ? ETIMEDOUT : 0);
805 if (!--sc->sc_pending)
859 sc->sc_pending++;

Completed in 106 milliseconds