taglinefilesource code
iqlen59drivers/sound/sequencer.cstatic volatile int iqhead = 0, iqtail = 0, iqlen = 0;
iqlen88drivers/sound/sequencer.cif (!iqlen)
iqlen92drivers/sound/sequencer.cif (!iqlen)
iqlen101drivers/sound/sequencer.ciqlen--;
iqlen118drivers/sound/sequencer.cif (iqlen >= (SEQ_MAX_QUEUE - 1))
iqlen122drivers/sound/sequencer.ciqlen++;
iqlen677drivers/sound/sequencer.ciqlen = iqhead = iqtail = 0;
iqlen769drivers/sound/sequencer.creturn IOCTL_OUT (arg, iqlen);
iqlen983drivers/sound/sequencer.cif (!iqlen)