diff options
author | Kairui Song <kasong@tencent.com> | 2024-07-31 09:49:20 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-09-04 07:15:26 +0300 |
commit | 661383c6111a38c88df61af6bfbcfacd2ff20a67 (patch) | |
tree | adc1bef70d6a15c53589287bdb4d1e3f419cbcdf /rust/exports.c | |
parent | 477cb7ba28892eda112c79d8f75d10edabfc3050 (diff) | |
download | linux-661383c6111a38c88df61af6bfbcfacd2ff20a67.tar.xz |
mm: swap: relaim the cached parts that got scanned
This commit implements reclaim during scan for cluster allocator.
Cluster scanning were unable to reuse SWAP_HAS_CACHE slots, which could
result in low allocation success rate or early OOM.
So to ensure maximum allocation success rate, integrate reclaiming with
scanning. If found a range of suitable swap slots but fragmented due to
HAS_CACHE, just try to reclaim the slots.
Link: https://lkml.kernel.org/r/20240730-swap-allocator-v5-8-cb9c148b9297@kernel.org
Signed-off-by: Kairui Song <kasong@tencent.com>
Reported-by: Barry Song <21cnbao@gmail.com>
Cc: Chris Li <chrisl@kernel.org>
Cc: "Huang, Ying" <ying.huang@intel.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Kalesh Singh <kaleshsingh@google.com>
Cc: Ryan Roberts <ryan.roberts@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'rust/exports.c')
0 files changed, 0 insertions, 0 deletions