Searched refs:anon_cost (Results 1 – 4 of 4) sorted by relevance
85 unsigned long anon_cost; member2241 unsigned long anon_cost, file_cost, total_cost; in get_scan_count() local2310 total_cost = sc->anon_cost + sc->file_cost; in get_scan_count()2311 anon_cost = total_cost + sc->anon_cost; in get_scan_count()2313 total_cost = anon_cost + file_cost; in get_scan_count()2316 ap /= anon_cost + 1; in get_scan_count()2687 sc->anon_cost = target_lruvec->anon_cost; in shrink_node()
290 lruvec->anon_cost += nr_pages; in lru_note_cost()305 if (lruvec->file_cost + lruvec->anon_cost > lrusize / 4) { in lru_note_cost()307 lruvec->anon_cost /= 2; in lru_note_cost()
4145 unsigned long anon_cost = 0; in memcg_stat_show() local4151 anon_cost += mz->lruvec.anon_cost; in memcg_stat_show()4154 seq_printf(m, "anon_cost %lu\n", anon_cost); in memcg_stat_show()
284 unsigned long anon_cost; member