Searched refs:nr_anon (Results 1 - 2 of 2) sorted by last modified time

/linux-master/mm/
H A Dvmscan.c5695 unsigned long nr_anon, nr_file, percentage; local
5721 nr_anon = nr[LRU_INACTIVE_ANON] + nr[LRU_ACTIVE_ANON];
5729 if (!nr_file || !nr_anon)
5732 if (nr_file > nr_anon) {
5736 percentage = nr_anon * 100 / scan_target;
/linux-master/tools/mm/
H A Dthpmaps318 nr_anon = 0
337 nr_anon += nr_cont
349 nr_anon = max(0, nr_anon - kbnr(anon_pmd_mapped))
357 rstats[f"anon-cont-pte-aligned-{nrkb(nr_cont)}kB"] = {'type': 'anon', 'value': nrkb(nr_anon)}

Completed in 230 milliseconds