Searched refs:nr_file (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/mm/
H A Dthpmaps319 nr_file = 0
339 nr_file += nr_cont
350 nr_file = max(0, nr_file - kbnr(file_pmd_mapped))
358 rstats[f"file-cont-pte-aligned-{nrkb(nr_cont)}kB"] = {'type': 'file', 'value': nrkb(nr_file)}
/linux-master/mm/
H A Dvmscan.c5679 unsigned long nr_anon, nr_file, percentage; local
5704 nr_file = nr[LRU_INACTIVE_FILE] + nr[LRU_ACTIVE_FILE];
5713 if (!nr_file || !nr_anon)
5716 if (nr_file > nr_anon) {
5725 percentage = nr_file * 100 / scan_target;

Completed in 235 milliseconds