Loading mm/page_alloc.c +6 −2 Original line number Diff line number Diff line Loading @@ -3871,9 +3871,13 @@ should_reclaim_retry(gfp_t gfp_mask, unsigned order, * always increment the no progress counter for them */ if ((did_some_progress || lmk_kill_possible()) && order <= PAGE_ALLOC_COSTLY_ORDER) order <= PAGE_ALLOC_COSTLY_ORDER) { *no_progress_loops = 0; else if (lmk_kill_possible()) return true; } else (*no_progress_loops)++; /* Loading Loading
mm/page_alloc.c +6 −2 Original line number Diff line number Diff line Loading @@ -3871,9 +3871,13 @@ should_reclaim_retry(gfp_t gfp_mask, unsigned order, * always increment the no progress counter for them */ if ((did_some_progress || lmk_kill_possible()) && order <= PAGE_ALLOC_COSTLY_ORDER) order <= PAGE_ALLOC_COSTLY_ORDER) { *no_progress_loops = 0; else if (lmk_kill_possible()) return true; } else (*no_progress_loops)++; /* Loading