taglinefilesource code
BLOCKSIZE133mm/kmalloc.cfor (order = 0;BLOCKSIZE(order);order++)
BLOCKSIZE135mm/kmalloc.cif ((NBLOCKS (order)*BLOCKSIZE(order) + sizeof (struct page_descriptor)) >
BLOCKSIZE139mm/kmalloc.cNBLOCKS (order) * BLOCKSIZE(order) + 
BLOCKSIZE142mm/kmalloc.cBLOCKSIZE (order));
BLOCKSIZE157mm/kmalloc.cfor (order = 0;BLOCKSIZE(order);order++)
BLOCKSIZE158mm/kmalloc.cif (size <= BLOCKSIZE (order))
BLOCKSIZE224mm/kmalloc.csz = BLOCKSIZE(order); /* sz is the size of the blocks we're dealing with */