HomeFreeBSD

vm_page: pass page to iter_remove

Description

vm_page: pass page to iter_remove

Pass the to-be-freed page to vm_page_iter_remove as a parameter,
rather than computing it from the iterator parameter, to improve
performance.

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

Details

Provenance
dougmAuthored on Dec 8 2024, 8:30 PM
Reviewer
alc
Differential Revision
D47730: vm_page: pass page to iter_remove
Parents
rG1e99be5dcda2: libc: lib_malloc_aligned(): add a missing NULL check
Branches
Unknown
Tags
Unknown