Lines Matching defs:blocks
1044 * how many suitable free blocks there *might* be if MOVABLE pages were
1059 unsigned long blocks;
1062 * Count number of free blocks.
1067 blocks = data_race(zone->free_area[order].nr_free);
1068 info->free_blocks_total += blocks;
1071 info->free_pages += blocks << order;
1073 /* Count the suitable free blocks */
1075 info->free_blocks_suitable += blocks <<
1112 * It is defined as the percentage of pages found in blocks of size
1614 seq_printf(m, "\n%-23s", "Number of blocks type ");
1638 seq_printf(m, "\n%-23s", "Number of mixed blocks ");