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

/linux-master/mm/
H A Dswap.c311 lruvec->file_cost += cost;
328 if (lruvec->file_cost + lruvec->anon_cost > lrusize / 4) {
329 lruvec->file_cost /= 2;
H A Dvmscan.c93 unsigned long file_cost; member in struct:scan_control
2241 sc->file_cost = target_lruvec->file_cost;
2339 unsigned long anon_cost, file_cost, total_cost; local
2408 total_cost = sc->anon_cost + sc->file_cost;
2410 file_cost = total_cost + sc->file_cost;
2411 total_cost = anon_cost + file_cost;
2417 fp /= file_cost + 1;
H A Dmemcontrol.c4362 unsigned long file_cost = 0; local
4368 file_cost += mz->lruvec.file_cost;
4371 seq_buf_printf(s, "file_cost %lu\n", file_cost);
/linux-master/include/linux/
H A Dmmzone.h616 unsigned long file_cost; member in struct:lruvec

Completed in 129 milliseconds