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

/freebsd-10.3-release/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.c603 if (MIDIQ_EMPTY(m->outq)) {
755 while (MIDIQ_EMPTY(m->inq)) {
912 if (!MIDIQ_EMPTY(m->inq))
H A Dsequencer.c447 while (MIDIQ_EMPTY(scp->out_q)) {
910 while (MIDIQ_EMPTY(scp->in_q)) {
2023 while (!MIDIQ_EMPTY(scp->out_q)) {

Completed in 98 milliseconds