HomeFreeBSD

vm_fault: replace tailq with lookup

Description

vm_fault: replace tailq with lookup

Replace a use of TAILQ_NEXT with a pctrie lookup, in order to allow
the TAILQ to be elimiated soon.

Reviewed by: alc
Differential Revision: https://reviews.freebsd.org/D50010

Details

Provenance
dougmAuthored on Fri, Apr 25, 7:14 AM
Reviewer
alc
Differential Revision
D50010: vm_fault: use iterator in populate()
Parents
rGcf681286d295: Revert "vm_fault: use iterator in populate()"
Branches
Unknown
Tags
Unknown