HomeFreeBSD

vm_page: drop page_iter_lookup

Description

vm_page: drop page_iter_lookup

The functions vm_page_iter_lookup and vm_page_iter_lookup_ge are just
wrappers around vm_radix_iter_lookup and vm_radix_iter_lookup_ge,
respectively. They server no real purpose, so drop them and use the
vm_radix versions everywhere.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D49203

Details

Provenance
dougmAuthored on Mar 3 2025, 12:05 AM
Reviewer
kib
Differential Revision
D49203: vm_page: drop page_iter_lookup
Parents
rGe8a5b9fd73f4: release: build OCI images with shell scripts
Branches
Unknown
Tags
Unknown