HomeFreeBSD

Avoid using the prev field of vm_map_entry_t in two functions that

Description

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

Details

Provenance
dougmAuthored on
Differential Revision
D20628: Use vm_map_entry_t field prev less
Parents
rS349029: Update td_runtime of running thread on each statclock().
Branches
Unknown
Tags
Unknown