taglinefilesource code
iqhead83drivers/sound/sequencer.cstatic volatile int iqhead = 0, iqtail = 0, iqlen = 0;
iqhead156drivers/sound/sequencer.cmemcpy_tofs (&((buf)[p]), (char *) &iqueue[iqhead * IEV_SZ], ev_len);
iqhead160drivers/sound/sequencer.ciqhead = (iqhead + 1) % SEQ_MAX_QUEUE;
iqhead1450drivers/sound/sequencer.ciqlen = iqhead = iqtail = 0;