Searched refs:reached_soft_rss_limit (Results 1 – 2 of 2) sorted by relevance
77 bool reached_soft_rss_limit = false; in BackgroundThread() local106 if (soft_rss_limit_mb < current_rss_mb && !reached_soft_rss_limit) { in BackgroundThread()107 reached_soft_rss_limit = true; in BackgroundThread()113 reached_soft_rss_limit) { in BackgroundThread()114 reached_soft_rss_limit = false; in BackgroundThread()
39 bool reached_soft_rss_limit = false; in BackgroundThread() local71 if (soft_rss_limit_mb < current_rss_mb && !reached_soft_rss_limit) { in BackgroundThread()72 reached_soft_rss_limit = true; in BackgroundThread()78 reached_soft_rss_limit) { in BackgroundThread()79 reached_soft_rss_limit = false; in BackgroundThread()