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)
Wed, Aug 12, 10:21 PM
Unknown Object (File)
Wed, Aug 12, 12:33 PM
Unknown Object (File)
Mon, Aug 10, 4:24 PM
Unknown Object (File)
Mon, Aug 10, 3:38 PM
Unknown Object (File)
Mon, Aug 10, 3:36 PM
Unknown Object (File)
Sun, Aug 9, 7:30 PM
Unknown Object (File)
Sun, Aug 9, 11:58 AM
Unknown Object (File)
Sat, Aug 8, 11:31 PM
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