Home
last modified time | relevance | path

Searched refs:total_cost (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dvmscan.c2415 unsigned long anon_cost, file_cost, total_cost; in get_scan_count() local
2484 total_cost = sc->anon_cost + sc->file_cost; in get_scan_count()
2485 anon_cost = total_cost + sc->anon_cost; in get_scan_count()
2486 file_cost = total_cost + sc->file_cost; in get_scan_count()
2487 total_cost = anon_cost + file_cost; in get_scan_count()
2489 ap = swappiness * (total_cost + 1); in get_scan_count()
2492 fp = (MAX_SWAPPINESS - swappiness) * (total_cost + 1); in get_scan_count()