taglinefilesource code
iqhead79drivers/sound/sequencer.cstatic volatile int iqhead = 0, iqtail = 0, iqlen = 0;
iqhead128drivers/sound/sequencer.cCOPY_TO_USER (buf, p, &iqueue[iqhead * IEV_SZ], ev_len);
iqhead132drivers/sound/sequencer.ciqhead = (iqhead + 1) % SEQ_MAX_QUEUE;
iqhead1244drivers/sound/sequencer.ciqlen = iqhead = iqtail = 0;