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)
Tue, Oct 14, 3:23 AM
Unknown Object (File)
Tue, Oct 14, 3:23 AM
Unknown Object (File)
Tue, Oct 14, 3:23 AM
Unknown Object (File)
Mon, Oct 13, 2:03 PM
Unknown Object (File)
Wed, Oct 8, 11:24 PM
Unknown Object (File)
Wed, Sep 24, 8:38 PM
Unknown Object (File)
Sun, Sep 21, 12:30 AM
Unknown Object (File)
Sep 16 2025, 10:02 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable