taglinefilesource code
sound_mem_blocks3118drivers/sound/gus_wave.csamples = (struct patch_info *) (sound_mem_blocks[sound_num_blocks] = kmalloc ((MAX_SAMPLE + 1) * sizeof (*samples), GFP_KERNEL));
sound_mem_blocks1087drivers/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_blocks190drivers/sound/opl3.cdevc = (struct opl_devinfo *) (sound_mem_blocks[sound_num_blocks] = kmalloc (sizeof (*devc), GFP_KERNEL));
sound_mem_blocks45drivers/sound/os.hextern caddr_t sound_mem_blocks[1024];
sound_mem_blocks2067drivers/sound/sequencer.cqueue = (unsigned char *) (sound_mem_blocks[sound_num_blocks] = kmalloc (SEQ_MAX_QUEUE * EV_SZ, GFP_KERNEL));
sound_mem_blocks2071drivers/sound/sequencer.ciqueue = (unsigned char *) (sound_mem_blocks[sound_num_blocks] = kmalloc (SEQ_MAX_QUEUE * IEV_SZ, GFP_KERNEL));
sound_mem_blocks52drivers/sound/soundcard.ccaddr_t         sound_mem_blocks[1024];
sound_mem_blocks381drivers/sound/soundcard.ckfree (sound_mem_blocks[i]);