Page MenuHomeFreeBSD

vm_swapout: use VM_RADIX_FOREACH
ClosedPublic

Authored by dougm on Apr 18 2025, 7:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 5, 1:47 PM
Unknown Object (File)
Wed, Apr 29, 7:08 AM
Unknown Object (File)
Wed, Apr 29, 7:04 AM
Unknown Object (File)
Tue, Apr 28, 10:13 PM
Unknown Object (File)
Tue, Apr 28, 10:07 PM
Unknown Object (File)
Tue, Apr 28, 5:26 PM
Unknown Object (File)
Tue, Apr 28, 5:22 PM
Unknown Object (File)
Mon, Apr 27, 6:49 PM
Subscribers

Details

Summary

Replace the use of TAILQ over the object memq with a VM_RADIX_FOREACH loop.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dougm requested review of this revision.Apr 18 2025, 7:33 PM
dougm created this revision.
This revision is now accepted and ready to land.Apr 18 2025, 7:45 PM
This revision was automatically updated to reflect the committed changes.