taglinefilesource code
BLOCKSIZE134mm/kmalloc.cfor (order = 0;BLOCKSIZE(order);order++)
BLOCKSIZE136mm/kmalloc.cif ((NBLOCKS (order)*BLOCKSIZE(order) + sizeof (struct page_descriptor)) >
BLOCKSIZE140mm/kmalloc.cNBLOCKS (order) * BLOCKSIZE(order) + 
BLOCKSIZE143mm/kmalloc.cBLOCKSIZE (order));
BLOCKSIZE158mm/kmalloc.cfor (order = 0;BLOCKSIZE(order);order++)
BLOCKSIZE159mm/kmalloc.cif (size <= BLOCKSIZE (order))
BLOCKSIZE229mm/kmalloc.csz = BLOCKSIZE(order); /* sz is the size of the blocks we're dealing with */