Searched refs:prev_reported_rss (Results 1 – 2 of 2) sorted by relevance
75 uptr prev_reported_rss = 0; in BackgroundThread() local83 if (prev_reported_rss * 11 / 10 < current_rss_mb) { in BackgroundThread()85 prev_reported_rss = current_rss_mb; in BackgroundThread()
37 uptr prev_reported_rss = 0; in BackgroundThread() local46 if (prev_reported_rss * 11 / 10 < current_rss_mb) { in BackgroundThread()48 prev_reported_rss = current_rss_mb; in BackgroundThread()