K 10 svn:author V 5 dougm K 8 svn:date V 27 2019-06-14T03:15:54.303179Z K 7 svn:log V 270 Avoid using the prev field of vm_map_entry_t in two functions that iterate over consecutive vm_map entries, and that can easily just 'remember' the prev value instead of looking it up. Approved by: kib (mentor) Differential Revision: https://reviews.freebsd.org/D20628 END