Module Name: src Committed By: ad Date: Mon May 25 21:15:10 UTC 2020
Modified Files: src/sys/arch/hppa/hppa: pmap.c src/sys/miscfs/genfs: genfs_io.c src/sys/nfs: nfs_subs.c src/sys/uvm: uvm_aobj.c uvm_object.c uvm_page_array.c uvm_page_array.h uvm_vnode.c Log Message: - Alter the convention for uvm_page_array slightly, so the basic search parameters can't change part way through a search: move the "uobj" and "flags" arguments over to uvm_page_array_init() and store those with the array. - With that, detect when it's not possible to find any more pages in the tree with the given search parameters, and avoid repeated tree lookups if the caller loops over uvm_page_array_fill_and_peek(). To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/arch/hppa/hppa/pmap.c cvs rdiff -u -r1.96 -r1.97 src/sys/miscfs/genfs/genfs_io.c cvs rdiff -u -r1.239 -r1.240 src/sys/nfs/nfs_subs.c cvs rdiff -u -r1.145 -r1.146 src/sys/uvm/uvm_aobj.c cvs rdiff -u -r1.22 -r1.23 src/sys/uvm/uvm_object.c cvs rdiff -u -r1.5 -r1.6 src/sys/uvm/uvm_page_array.c cvs rdiff -u -r1.2 -r1.3 src/sys/uvm/uvm_page_array.h cvs rdiff -u -r1.113 -r1.114 src/sys/uvm/uvm_vnode.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.