Searched refs:anon_cost (Results 1 – 4 of 4) sorted by relevance
298 lruvec->anon_cost += cost; in lru_note_cost()313 if (lruvec->file_cost + lruvec->anon_cost > lrusize / 4) { in lru_note_cost()315 lruvec->anon_cost /= 2; in lru_note_cost()
93 unsigned long anon_cost; member2932 sc->anon_cost = target_lruvec->anon_cost; in prepare_scan_count()3030 unsigned long anon_cost, file_cost, total_cost; in get_scan_count() local3099 total_cost = sc->anon_cost + sc->file_cost; in get_scan_count()3100 anon_cost = total_cost + sc->anon_cost; in get_scan_count()3102 total_cost = anon_cost + file_cost; in get_scan_count()3105 ap /= anon_cost + 1; in get_scan_count()
4161 unsigned long anon_cost = 0; in memcg1_stat_format() local4167 anon_cost += mz->lruvec.anon_cost; in memcg1_stat_format()4170 seq_buf_printf(s, "anon_cost %lu\n", anon_cost); in memcg1_stat_format()
627 unsigned long anon_cost; member