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)
Mon, May 11, 11:47 PM
Unknown Object (File)
Mon, May 11, 6:53 AM
Unknown Object (File)
Sun, May 10, 11:58 PM
Unknown Object (File)
Fri, May 8, 3:00 PM
Unknown Object (File)
Thu, May 7, 11:31 AM
Unknown Object (File)
Wed, May 6, 11:28 PM
Unknown Object (File)
Wed, May 6, 10:28 AM
Unknown Object (File)
Tue, May 5, 9:25 PM
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