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

/linux-master/include/linux/
H A Dmmzone.h618 unsigned long anon_cost; member in struct:lruvec
/linux-master/mm/
H A Dmemcontrol.c4565 unsigned long anon_cost = 0; local
4571 anon_cost += mz->lruvec.anon_cost;
4574 seq_buf_printf(s, "anon_cost %lu\n", anon_cost);
H A Dswap.c300 lruvec->anon_cost += cost;
315 if (lruvec->file_cost + lruvec->anon_cost > lrusize / 4) {
317 lruvec->anon_cost /= 2;
H A Dvmscan.c92 unsigned long anon_cost; member in struct:scan_control
2256 sc->anon_cost = target_lruvec->anon_cost;
2355 unsigned long anon_cost, file_cost, total_cost; local
2424 total_cost = sc->anon_cost + sc->file_cost;
2425 anon_cost = total_cost + sc->anon_cost;
2427 total_cost = anon_cost + file_cost;
2430 ap /= anon_cost + 1;

Completed in 614 milliseconds