HomeSort by: relevance | last modified time | path
    Searched refs:SEQ_QLEN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
sequencervar.h 58 #define SEQ_QLEN(q) ((q)->count)
sequencer.c 413 DPRINTFN(3, ("seq_drain: %p, len=%d\n", sc, SEQ_QLEN(&sc->outq)));
437 if (SEQ_QLEN(&sc->outq) >= sc->lowat) {
462 DPRINTFN(4, ("seq_startoutput: %p, len=%d\n", sc, SEQ_QLEN(q)));
901 if ((sc->flags&FWRITE) && SEQ_QLEN(&sc->outq) < sc->lowat)
973 if (SEQ_QLEN(&sc->outq) >= sc->lowat) {

Completed in 14 milliseconds