Lines Matching full:scan
56 * system is close to OOM, scan both anon and file equally in get_scan_count_hyperhold()
97 * inactive list actually has some pages to scan on this priority, we in get_scan_count_hyperhold()
148 unsigned long scan; in get_scan_count_hyperhold() local
151 scan = lruvec_size; in get_scan_count_hyperhold()
152 *lru_pages += scan; in get_scan_count_hyperhold()
153 scan >>= sc->priority; in get_scan_count_hyperhold()
157 /* Scan lists relative to size */ in get_scan_count_hyperhold()
161 * Scan types proportional to swappiness and in get_scan_count_hyperhold()
167 scan = DIV64_U64_ROUND_UP(scan * fraction[file], in get_scan_count_hyperhold()
172 /* Scan one type exclusively */ in get_scan_count_hyperhold()
174 scan = 0; in get_scan_count_hyperhold()
181 nr[lru] = scan; in get_scan_count_hyperhold()
350 /* Get scan count for file and anon */ in shrink_node_hyperhold()
358 * Determine the scan balance between anon and file LRUs. in shrink_node_hyperhold()
421 * the scan balance towards the file LRU. And as the file LRU in shrink_node_hyperhold()