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
vm_fault: replace tailq with lookup Tags None Referenced Files None Subscribers None
Description
Details
|