taglinefilesource code
IEV_SZ158drivers/sound/sequencer.cmemcpy_tofs (&((buf)[p]), (char *) &iqueue[iqhead * IEV_SZ], ev_len);
IEV_SZ197drivers/sound/sequencer.cmemcpy (&iqueue[iqtail * IEV_SZ], event, len);
IEV_SZ2071drivers/sound/sequencer.ciqueue = (unsigned char *) (sound_mem_blocks[sound_num_blocks] = kmalloc (SEQ_MAX_QUEUE * IEV_SZ, GFP_KERNEL));