taglinefilesource code
sound_mem_blocks3113drivers/sound/gus_wave.csamples = (struct patch_info *) (sound_mem_blocks[sound_num_blocks] = kmalloc ((MAX_SAMPLE + 1) * sizeof (*samples), GFP_KERNEL));
sound_mem_blocks1120drivers/sound/mpu401.cmpu401_synth_operations[num_midis] = (struct synth_operations *) (sound_mem_blocks[sound_num_blocks] = kmalloc (sizeof (struct synth_operations), GFP_KERNEL));
sound_mem_blocks193drivers/sound/opl3.cdevc = (struct opl_devinfo *) (sound_mem_blocks[sound_num_blocks] = kmalloc (sizeof (*devc), GFP_KERNEL));
sound_mem_blocks53drivers/sound/os.hextern caddr_t sound_mem_blocks[1024];
sound_mem_blocks2040drivers/sound/sequencer.cqueue = (unsigned char *) (sound_mem_blocks[sound_num_blocks] = kmalloc (SEQ_MAX_QUEUE * EV_SZ, GFP_KERNEL));
sound_mem_blocks2050drivers/sound/sequencer.ciqueue = (unsigned char *) (sound_mem_blocks[sound_num_blocks] = kmalloc (SEQ_MAX_QUEUE * IEV_SZ, GFP_KERNEL));
sound_mem_blocks44drivers/sound/soundcard.ccaddr_t         sound_mem_blocks[1024];
sound_mem_blocks460drivers/sound/soundcard.ckfree (sound_mem_blocks[i]);