taglinefilesource code
memsize283drivers/sound/soundcard.cstatic int      memsize = 70 * 1024;
memsize299drivers/sound/soundcard.cmemory_pool = (long) kmalloc (memsize, GFP_KERNEL);
memsize306drivers/sound/soundcard.cif (lastbyte > memory_pool + memsize)
memsize324drivers/sound/soundcard.cif (lastbyte < memory_pool + memsize)