4/10
mm, swap: add xswap grow trigger on cluster allocation
cluster_alloc_swap_entry() 分配失败且仍可增长时,调用 xswap_map_clusters() 映射 XSWAP_GROW_CLUSTERS 个 cluster 加入 free_clusters,然后重试分配,透明扩展交换空间。
cluster_alloc_swap_entry() 分配失败且仍可增长时,调用 xswap_map_clusters() 映射 XSWAP_GROW_CLUSTERS 个 cluster 加入 free_clusters,然后重试分配,透明扩展交换空间。