···50765076 DEFINE_MAX_SEQ(lruvec);5077507750785078 if (!current_is_kswapd()) {50795079- /* age each memcg once to ensure fairness */50795079+ /* age each memcg at most once to ensure fairness */50805080 if (max_seq - seq > 1)50815081 return true;50825082···5101510151025102 /*51035103 * A minimum amount of work was done under global memory pressure. For51045104- * kswapd, it may be overshooting. For direct reclaim, the target isn't51055105- * met, and yet the allocation may still succeed, since kswapd may have51065106- * caught up. In either case, it's better to stop now, and restart if51075107- * necessary.51045104+ * kswapd, it may be overshooting. For direct reclaim, the allocation51055105+ * may succeed if all suitable zones are somewhat safe. In either case,51065106+ * it's better to stop now, and restart later if necessary.51085107 */51095108 for (i = 0; i <= sc->reclaim_idx; i++) {51105109 unsigned long wmark;