Home
last modified time | relevance | path

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

/linux-6.12.1/tools/mm/
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-6.12.1/mm/
Dvmscan.c5707 unsigned long nr_anon, nr_file, percentage; in shrink_lruvec() local
5732 nr_file = nr[LRU_INACTIVE_FILE] + nr[LRU_ACTIVE_FILE]; in shrink_lruvec()
5741 if (!nr_file || !nr_anon) in shrink_lruvec()
5744 if (nr_file > nr_anon) { in shrink_lruvec()
5753 percentage = nr_file * 100 / scan_target; in shrink_lruvec()