taglinefilesource code
iqlen85drivers/sound/sequencer.cstatic volatile int iqhead = 0, iqtail = 0, iqlen = 0;
iqlen121drivers/sound/sequencer.cif (!iqlen)
iqlen148drivers/sound/sequencer.cif (!iqlen)
iqlen155drivers/sound/sequencer.cwhile (iqlen && c >= ev_len)
iqlen163drivers/sound/sequencer.ciqlen--;
iqlen192drivers/sound/sequencer.cif (iqlen >= (SEQ_MAX_QUEUE - 1))
iqlen198drivers/sound/sequencer.ciqlen++;
iqlen1464drivers/sound/sequencer.ciqlen = iqhead = iqtail = 0;
iqlen1660drivers/sound/sequencer.creturn snd_ioctl_return ((int *) arg, iqlen);
iqlen1935drivers/sound/sequencer.cif (!iqlen)