Home
last modified time | relevance | path

Searched refs:MIDIQ_EMPTY (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/midi/
H A Dmidiq.h46 #define MIDIQ_EMPTY(head) ((head).h == (head).t ) macro
74 if(MIDIQ_EMPTY(head)) (head).h=-1; \
93 if (MIDIQ_EMPTY(head)) (head).h=-1; \
H A Dmidi.c610 if (MIDIQ_EMPTY(m->outq)) { in midi_out()
761 while (MIDIQ_EMPTY(m->inq)) { in midi_read()
916 if (!MIDIQ_EMPTY(m->inq)) in midi_poll()
H A Dsequencer.c443 while (MIDIQ_EMPTY(scp->out_q)) { in seq_eventthread()
899 while (MIDIQ_EMPTY(scp->in_q)) { in mseq_read()
2021 while (!MIDIQ_EMPTY(scp->out_q)) { in seq_sync()