taglinefilesource code
BLOCKSIZE154mm/kmalloc.cfor (order = 0;BLOCKSIZE(order);order++)
BLOCKSIZE156mm/kmalloc.cif ((NBLOCKS (order)*BLOCKSIZE(order) + sizeof (struct page_descriptor)) >
BLOCKSIZE160mm/kmalloc.c(int) (NBLOCKS (order) * BLOCKSIZE(order) + 
BLOCKSIZE163mm/kmalloc.cBLOCKSIZE (order));
BLOCKSIZE178mm/kmalloc.cfor (order = 0;BLOCKSIZE(order);order++)
BLOCKSIZE179mm/kmalloc.cif (size <= BLOCKSIZE (order))
BLOCKSIZE252mm/kmalloc.csz = BLOCKSIZE(order); /* sz is the size of the blocks we're dealing with */