Page MenuHomeFreeBSD

vm_page: make iter_insert() public
ClosedPublic

Authored by dougm on May 7 2025, 9:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 5:34 AM
Unknown Object (File)
Fri, Oct 3, 1:38 AM
Unknown Object (File)
Wed, Oct 1, 5:32 AM
Unknown Object (File)
Sep 10 2025, 9:32 AM
Unknown Object (File)
Sep 7 2025, 10:33 PM
Unknown Object (File)
Sep 7 2025, 10:26 PM
Unknown Object (File)
Sep 2 2025, 11:16 AM
Unknown Object (File)
Aug 22 2025, 1:47 PM

Details

Summary

In places where vm_page_insert() is used after lookups, or for consecutive pages, use vm_page_iter_insert instead.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dougm requested review of this revision.May 7 2025, 9:37 PM
This revision is now accepted and ready to land.May 7 2025, 11:18 PM
markj added inline comments.
sys/amd64/sgx/sgx.c
238

Indentation here should be by 4 spaces.

This revision was automatically updated to reflect the committed changes.