Page MenuHomeFreeBSD

Batch v_wire_count decrements in vm_hold_free_pages().
ClosedPublic

Authored by markj on Jul 31 2017, 1:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 6:14 PM
Unknown Object (File)
Sep 12 2025, 11:03 AM
Unknown Object (File)
Aug 20 2025, 10:44 AM
Unknown Object (File)
Aug 3 2025, 4:58 PM
Unknown Object (File)
Jul 5 2025, 2:45 PM
Unknown Object (File)
Jun 30 2025, 3:38 AM
Unknown Object (File)
Jun 27 2025, 7:10 PM
Unknown Object (File)
Jun 26 2025, 2:07 AM
Subscribers
None

Details

Summary

Atomic updates to v_wire_count are a significant source of contention.

Also remove an old printf in the case where one of the pages is in the
shared-busied state; vm_page_free_toq() will panic in this case anyway.

Diff Detail

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