taglinefilesource code
memory_pool282drivers/sound/soundcard.cstatic long     memory_pool = 0;
memory_pool299drivers/sound/soundcard.cmemory_pool = (long) kmalloc (memsize, GFP_KERNEL);
memory_pool300drivers/sound/soundcard.cif (memory_pool == 0l)
memory_pool305drivers/sound/soundcard.clastbyte = soundcard_init (memory_pool);
memory_pool306drivers/sound/soundcard.cif (lastbyte > memory_pool + memsize)
memory_pool309drivers/sound/soundcard.clastbyte - memory_pool);
memory_pool310drivers/sound/soundcard.ckfree ((void *) memory_pool);
memory_pool319drivers/sound/soundcard.ckfree ((void *) memory_pool);
memory_pool324drivers/sound/soundcard.cif (lastbyte < memory_pool + memsize)
memory_pool326drivers/sound/soundcard.clastbyte - memory_pool);
memory_pool337drivers/sound/soundcard.ckfree ((void *) memory_pool);