/[base]
ViewVC logotype

Revision 349841


Jump to revision: Previous Next
Author: markj
Date: Mon Jul 8 19:02:40 2019 UTC (4 years, 11 months ago)
Changed paths: 1
Log Message:
Elide the vm_reserv_free_page() call when PG_PCPU_CACHE is set.

Pages with PG_PCPU_CACHE set cannot have been allocated from a
reservation, so as an optimization, skip the call to
vm_reserv_free_page() in this case.  Otherwise, the access of
the corresponding reservation structure often results in a cache
miss.

Reviewed by:	alc, kib
Discussed with:	jeff
MFC after:	2 weeks
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D20859


Changed paths

Path Details
Directoryhead/sys/vm/vm_page.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27