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