taglinefilesource code
EV_SZ267drivers/sound/sequencer.cunsigned char   event[EV_SZ], ev_code;
EV_SZ439drivers/sound/sequencer.cmemcpy (&queue[qtail * EV_SZ], note, EV_SZ);
EV_SZ1020drivers/sound/sequencer.cif ((action = play_event (&queue[this_one * EV_SZ])))
EV_SZ2067drivers/sound/sequencer.cqueue = (unsigned char *) (sound_mem_blocks[sound_num_blocks] = kmalloc (SEQ_MAX_QUEUE * EV_SZ, GFP_KERNEL));