Page MenuHomeFreeBSD

Add a helper function to the swapout daemon's deactivation code.
ClosedPublic

Authored by markj on Dec 3 2019, 8:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 1:52 PM
Unknown Object (File)
Thu, Oct 9, 4:39 AM
Unknown Object (File)
Wed, Oct 8, 3:56 PM
Unknown Object (File)
Tue, Oct 7, 5:34 AM
Unknown Object (File)
Thu, Sep 25, 1:17 AM
Unknown Object (File)
Wed, Sep 24, 11:17 AM
Unknown Object (File)
Sep 14 2025, 9:42 AM
Unknown Object (File)
Sep 11 2025, 4:36 AM
Subscribers

Details

Summary

vm_swapout_object_deactivate_pages() is renamed to
vm_swapout_object_deactivate(), and the loop body is moved into the new
vm_swapout_object_deactivate_page(). This makes the code a bit easier
to follow and is in preparation for some functional changes.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Dec 3 2019, 9:26 PM
sys/vm/vm_swapout.c
238 ↗(On Diff #65174)

bool?

Rename remove_mode and convert it to a bool.

This revision now requires review to proceed.Dec 4 2019, 4:11 PM
This revision is now accepted and ready to land.Dec 4 2019, 10:56 PM