taglinefilesource code
iqhead59drivers/sound/sequencer.cstatic volatile int iqhead = 0, iqtail = 0, iqlen = 0;
iqhead107drivers/sound/sequencer.cCOPY_TO_USER (buf, p, &iqueue[iqhead * IEV_SZ], IEV_SZ);
iqhead111drivers/sound/sequencer.ciqhead = (iqhead + 1) % SEQ_MAX_QUEUE;
iqhead693drivers/sound/sequencer.ciqlen = iqhead = iqtail = 0;