Lines Matching defs:blocks
1038 * how many suitable free blocks there *might* be if MOVABLE pages were
1053 unsigned long blocks;
1055 /* Count number of free blocks */
1056 blocks = zone->free_area[order].nr_free;
1057 info->free_blocks_total += blocks;
1060 info->free_pages += blocks << order;
1062 /* Count the suitable free blocks */
1064 info->free_blocks_suitable += blocks <<
1101 * It is defined as the percentage of pages found in blocks of size
1557 seq_printf(m, "\n%-23s", "Number of blocks type ");
1583 seq_printf(m, "\n%-23s", "Number of mixed blocks ");