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

/freebsd-13-stable/sys/dev/sound/midi/
H A Dmidiq.h101 #define MIDIQ_SIZE(head) ((head).s) macro
H A Dmidi.c639 if (MIDIQ_SIZE(m->inq) == 0)
647 if (MIDIQ_SIZE(m->outq) == 0)
1087 if (MIDIQ_SIZE(m->inq) == 0)
1095 if (MIDIQ_SIZE(m->outq) == 0)
H A Dsequencer.c805 scp->out_water = MIDIQ_SIZE(scp->out_q) / 2;
1388 RANGE(*(int *)arg, 1, MIDIQ_SIZE(scp->out_q) - 1);

Completed in 103 milliseconds