mm: compaction: skip fast freepages isolation if enough freepages are isolated
authorBaolin Wang <baolin.wang@linux.alibaba.com>
Thu, 25 May 2023 12:54:01 +0000 (20:54 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 9 Jun 2023 23:25:43 +0000 (16:25 -0700)
commita8d13355c660255266ece529e81e6cb26754941a
treedfe2bd54483341d923702fd88748062fe565a5ce
parent447ba88658faa8dbfd29d557daa38b7d88f460ec
mm: compaction: skip fast freepages isolation if enough freepages are isolated

I've observed that fast isolation often isolates more pages than
cc->migratepages, and the excess freepages will be released back to the
buddy system.  So skip fast freepages isolation if enough freepages are
isolated to save some CPU cycles.

Link: https://lkml.kernel.org/r/f39c2c07f2dba2732fd9c0843572e5bef96f7f67.1685018752.git.baolin.wang@linux.alibaba.com
Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Cc: Mel Gorman <mgorman@techsingularity.net>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/compaction.c