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

/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)}
/linux-master/mm/
H A Dvmscan.c5679 unsigned long nr_anon, nr_file, percentage; local
5705 nr_anon = nr[LRU_INACTIVE_ANON] + nr[LRU_ACTIVE_ANON];
5713 if (!nr_file || !nr_anon)
5716 if (nr_file > nr_anon) {
5720 percentage = nr_anon * 100 / scan_target;

Completed in 135 milliseconds