summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2014-07-24 16:33:29 +0000
committerkib <kib@FreeBSD.org>2014-07-24 16:33:29 +0000
commit59960de643882f1e6ff23bc95ce46f00af750c0f (patch)
tree7ff5dea2ed671bba416ccce72340cdcc918babc2 /Makefile.inc1
parentd7d6313cf44fa12148b5cee3cb0542287af7a37f (diff)
downloadFreeBSD-src-59960de643882f1e6ff23bc95ce46f00af750c0f.zip
FreeBSD-src-59960de643882f1e6ff23bc95ce46f00af750c0f.tar.gz
MFC r268466:
Calculate the amount of resident pages by looking in the objects chain backing the region. Add a knob to disable the residency calculation at all. MFC r268490: Unconditionally initialize addr to handle the case of changed map timestamp while the map is unlocked. MFC r268711: Change the calculation of the kinfo_vmentry field kve_private_resident to reflect its name. MFC r268712: Followup to r268466. - Move the code to calculate resident count into separate function. It reduces the indent level and makes the operation of vmmap_skip_res_cnt tunable more clear. - Optimize the calculation of the resident page count for map entry. Skip directly to the next lowest available index and page among the whole shadow chain. - Restore the use of pmap_incore(9), only to verify that current mapping is indeed superpage. - Note the issue with the invalid pages.
Diffstat (limited to 'Makefile.inc1')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud