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)
Thu, Apr 11, 12:10 AM
Unknown Object (File)
Thu, Apr 11, 12:09 AM
Unknown Object (File)
Mar 16 2024, 4:51 PM
Unknown Object (File)
Feb 21 2024, 1:18 PM
Unknown Object (File)
Feb 9 2024, 1:55 PM
Unknown Object (File)
Dec 23 2023, 1:53 AM
Unknown Object (File)
Nov 9 2023, 1:38 AM
Unknown Object (File)
Oct 31 2023, 2:40 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 27939
Build 26105: 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