Page MenuHomeFreeBSD

Don't call vm_reserv_free_page() if PG_PCPU_CACHE is set.
ClosedPublic

Authored by markj on Jul 4 2019, 7:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 3 2026, 7:40 AM
Unknown Object (File)
Apr 20 2026, 9:18 PM
Unknown Object (File)
Apr 20 2026, 10:08 AM
Unknown Object (File)
Apr 17 2026, 9:26 AM
Unknown Object (File)
Apr 9 2026, 8:10 PM
Unknown Object (File)
Apr 9 2026, 10:26 AM
Unknown Object (File)
Mar 30 2026, 5:54 AM
Unknown Object (File)
Mar 29 2026, 11:38 AM
Subscribers

Details

Summary

Pages allocated from a per-CPU cache cannot belong to a reservation.
So, as an optimization, avoid the call when we know that the page was
allocated from a per-CPU cache.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25204
Build 23884: arc lint + arc unit