taglinefilesource code
iqueue82drivers/sound/sequencer.cstatic unsigned char *iqueue = NULL;
iqueue158drivers/sound/sequencer.cmemcpy_tofs (&((buf)[p]), (char *) &iqueue[iqhead * IEV_SZ], ev_len);
iqueue197drivers/sound/sequencer.cmemcpy (&iqueue[iqtail * IEV_SZ], event_rec, len);
iqueue2050drivers/sound/sequencer.ciqueue = (unsigned char *) (sound_mem_blocks[sound_num_blocks] = kmalloc (SEQ_MAX_QUEUE * IEV_SZ, GFP_KERNEL));