Searched refs:anon_cost (Results 1 - 4 of 4) sorted by relevance

/linux-master/mm/
H A Dswap.c313 lruvec->anon_cost += cost;
328 if (lruvec->file_cost + lruvec->anon_cost > lrusize / 4) {
330 lruvec->anon_cost /= 2;
H A Dvmscan.c92 unsigned long anon_cost; member in struct:scan_control
2240 sc->anon_cost = target_lruvec->anon_cost;
2339 unsigned long anon_cost, file_cost, total_cost; local
2408 total_cost = sc->anon_cost + sc->file_cost;
2409 anon_cost = total_cost + sc->anon_cost;
2411 total_cost = anon_cost + file_cost;
2414 ap /= anon_cost + 1;
H A Dmemcontrol.c4361 unsigned long anon_cost = 0; local
4367 anon_cost += mz->lruvec.anon_cost;
4370 seq_buf_printf(s, "anon_cost %lu\n", anon_cost);
/linux-master/include/linux/
H A Dmmzone.h615 unsigned long anon_cost; member in struct:lruvec

Completed in 139 milliseconds