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

/freebsd-13-stable/sys/dev/sound/midi/
H A Dmidiq.h48 #define MIDIQ_EMPTY(head) ((head).h == (head).t ) macro
76 if(MIDIQ_EMPTY(head)) (head).h=-1; \
95 if (MIDIQ_EMPTY(head)) (head).h=-1; \
H A Dmidi.c599 if (MIDIQ_EMPTY(m->outq)) {
750 while (MIDIQ_EMPTY(m->inq)) {
905 if (!MIDIQ_EMPTY(m->inq))
H A Dsequencer.c449 while (MIDIQ_EMPTY(scp->out_q)) {
903 while (MIDIQ_EMPTY(scp->in_q)) {
2025 while (!MIDIQ_EMPTY(scp->out_q)) {

Completed in 110 milliseconds