Searched refs:MIDIQ_FULL (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/sound/midi/
H A Dmidiq.h54 #define MIDIQ_FULL(head) ((head).h == -1) macro
55 #define MIDIQ_AVAIL(head) (MIDIQ_FULL(head) ? 0 : (head).s - MIDIQ_LENBASE(head))
82 if(MIDIQ_FULL(head)) (head).h=(head).t; \
H A Dmidi.c517 if (!MIDIQ_FULL(m->inq)) {
541 if (!MIDIQ_FULL(m->inq)) {

Completed in 82 milliseconds