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
F133018919: D22651.id65460.diff
Wed, Oct 22, 3:11 AM
F132939006: D22651.id65460.diff
Tue, Oct 21, 8:25 AM
F132939005: D22651.id65211.diff
Tue, Oct 21, 8:25 AM
Unknown Object (File)
Mon, Oct 20, 10:12 AM
Unknown Object (File)
Mon, Oct 20, 10:12 AM
Unknown Object (File)
Sun, Oct 19, 7:35 PM
Unknown Object (File)
Sat, Oct 11, 1:52 PM
Unknown Object (File)
Thu, Oct 9, 4:39 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 27918
Build 26087: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Dec 3 2019, 9:26 PM
sys/vm/vm_swapout.c
238

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