On 02/12/2010 07:00 AM, Mel Gorman wrote:
Unusuable free space index is a measure of external fragmentation that takes the allocation size into account. For the most part, the huge page size will be the size of interest but not necessarily so it is exported on a per-order and per-zone basis via /proc/pagetypeinfo. The index is normally calculated as a value between 0 and 1 which is obviously unsuitable within the kernel. Instead, the first three decimal places are used as a value between 0 and 1000 for an integer approximation. Signed-off-by: Mel Gorman<mel@xxxxxxxxx>
Acked-by: Rik van Riel <riel@xxxxxxxxxx> -- All rights reversed. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>