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

  /src/sys/dev/
sequencervar.h 54 #define SEQ_QEMPTY(q) ((q)->count == 0)
sequencer.c 416 while (!SEQ_QEMPTY(&sc->outq) && !error)
463 while (!SEQ_QEMPTY(q) && !sc->timeout) {
635 while (SEQ_QEMPTY(q)) {
652 while (uio->uio_resid >= sizeof(ev) && !error && !SEQ_QEMPTY(q)) {
897 if ((sc->flags&FREAD) && !SEQ_QEMPTY(&sc->inq))
935 if (SEQ_QEMPTY(&sc->inq)) {

Completed in 17 milliseconds