taglinefilesource code
iqlen59drivers/sound/sequencer.cstatic volatile int iqhead = 0, iqtail = 0, iqlen = 0;
iqlen90drivers/sound/sequencer.cif (!iqlen)
iqlen100drivers/sound/sequencer.cif (!iqlen)
iqlen112drivers/sound/sequencer.ciqlen--;
iqlen130drivers/sound/sequencer.cif (iqlen >= (SEQ_MAX_QUEUE - 1))
iqlen135drivers/sound/sequencer.ciqlen++;
iqlen693drivers/sound/sequencer.ciqlen = iqhead = iqtail = 0;
iqlen785drivers/sound/sequencer.creturn IOCTL_OUT (arg, iqlen);
iqlen999drivers/sound/sequencer.cif (!iqlen)