Searched refs:nr_file (Results 1 – 2 of 2) sorted by relevance
319 nr_file = 0339 nr_file += nr_cont350 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)}
5707 unsigned long nr_anon, nr_file, percentage; in shrink_lruvec() local5732 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()