Page MenuHomeFreeBSD

Remove manual wire_count adjustments.
ClosedPublic

Authored by markj on Aug 19 2019, 4:20 PM.
Tags
None
Referenced Files
F160657685: D21323.diff
Fri, Jun 26, 1:29 PM
Unknown Object (File)
May 24 2026, 5:32 PM
Unknown Object (File)
May 22 2026, 8:35 PM
Unknown Object (File)
May 21 2026, 11:32 AM
Unknown Object (File)
May 19 2026, 9:13 AM
Unknown Object (File)
May 2 2026, 10:59 PM
Unknown Object (File)
Apr 26 2026, 6:21 AM
Unknown Object (File)
Apr 23 2026, 7:21 PM
Subscribers

Details

Summary

Also use vm_page_free() instead of vm_page_free_toq(). This should have
no effect, since the pages freed here were allocated without
VM_ALLOC_ZERO and thus do not have PG_ZERO set. However, if that were
to change, we would potentially be telling the VM that the page is
zero-filled when nothing ensures that that's the case.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25959
Build 24517: arc lint + arc unit