tag | line | file | source code |
BLOCKSIZE | 154 | mm/kmalloc.c | for (order = 0;BLOCKSIZE(order);order++) |
BLOCKSIZE | 156 | mm/kmalloc.c | if ((NBLOCKS (order)*BLOCKSIZE(order) + sizeof (struct page_descriptor)) > |
BLOCKSIZE | 160 | mm/kmalloc.c | (int) (NBLOCKS (order) * BLOCKSIZE(order) + |
BLOCKSIZE | 163 | mm/kmalloc.c | BLOCKSIZE (order)); |
BLOCKSIZE | 178 | mm/kmalloc.c | for (order = 0;BLOCKSIZE(order);order++) |
BLOCKSIZE | 179 | mm/kmalloc.c | if (size <= BLOCKSIZE (order)) |
BLOCKSIZE | 252 | mm/kmalloc.c | sz = BLOCKSIZE(order); /* sz is the size of the blocks we're dealing with */ |