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

/linux-master/mm/
H A Dvmscan.c5695 unsigned long nr_anon, nr_file, percentage; local
5720 nr_file = nr[LRU_INACTIVE_FILE] + nr[LRU_ACTIVE_FILE];
5729 if (!nr_file || !nr_anon)
5732 if (nr_file > nr_anon) {
5741 percentage = nr_file * 100 / scan_target;
/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)}

Completed in 320 milliseconds