Home | History | Annotate | Download | only in dev

Lines Matching defs:bufq

44 #include <sys/bufq.h>
149 struct bufq_state *bufq;/* queue pending I/O operations */
419 bufq_alloc(&sc->bufq, "disksort", BUFQ_SORT_CYLINDER);
694 bufq_put(sc->bufq, bp);
1194 if ((bp = bufq_peek(sc->bufq)) == NULL) {
1225 bp = bufq_get(sc->bufq);
1227 if (bufq_peek(sc->bufq) == NULL)
1234 bufq_put(sc->bufq, bp);
1309 bp = bufq_peek(sc->bufq);
1549 if ((bp = bufq_peek(sc->bufq)) == NULL)
1588 (void)bufq_get(sc->bufq);
1634 if (bufq_peek(sc->bufq) == NULL)
1654 if (ssc == NULL && bufq_peek(sc->bufq) != NULL)