taglinefilesource code
iqhead57drivers/sound/sequencer.cstatic volatile int iqhead = 0, iqtail = 0, iqlen = 0;
iqhead94drivers/sound/sequencer.cCOPY_TO_USER (buf, p, &iqueue[iqhead][0], 4);
iqhead98drivers/sound/sequencer.ciqhead = (iqhead + 1) % SEQ_MAX_QUEUE;
iqhead675drivers/sound/sequencer.ciqlen = iqhead = iqtail = 0;