参照元

説明

引数

返り値

参考

実装

/*
 * A zone's fragmentation score is the external fragmentation wrt to the
 * COMPACTION_HPAGE_ORDER. It returns a value in the range [0, 100].
 */
static unsigned int fragmentation_score_zone(struct zone *zone)
{
	return extfrag_for_order(zone, COMPACTION_HPAGE_ORDER);
}

コメント


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS