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