K 10 svn:author V 3 alc K 8 svn:date V 27 2017-09-17T03:17:23.917756Z K 7 svn:log V 381 MFC r322296 Introduce vm_page_grab_pages(), which is intended to replace loops calling vm_page_grab() on consecutive page indices. Besides simplifying the code in the caller, vm_page_grab_pages() allows for batching optimizations. For example, the current implementation replaces calls to vm_page_lookup() on consecutive page indices by cheaper calls to vm_page_next(). END