Searched refs:anon_cost (Results 1 – 4 of 4) sorted by relevance
283 lruvec->anon_cost += nr_pages; in lru_note_cost()298 if (lruvec->file_cost + lruvec->anon_cost > lrusize / 4) { in lru_note_cost()300 lruvec->anon_cost /= 2; in lru_note_cost()
84 unsigned long anon_cost; member2733 unsigned long anon_cost, file_cost, total_cost; in get_scan_count() local2802 total_cost = sc->anon_cost + sc->file_cost; in get_scan_count()2803 anon_cost = total_cost + sc->anon_cost; in get_scan_count()2805 total_cost = anon_cost + file_cost; in get_scan_count()2808 ap /= anon_cost + 1; in get_scan_count()3209 sc->anon_cost = target_lruvec->anon_cost; in shrink_node()
4019 unsigned long anon_cost = 0; in memcg_stat_show() local4025 anon_cost += mz->lruvec.anon_cost; in memcg_stat_show()4028 seq_printf(m, "anon_cost %lu\n", anon_cost); in memcg_stat_show()
315 unsigned long anon_cost; member
Completed in 27 milliseconds