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, Feb 1, 4:52 AM
Unknown Object (File)
Fri, Jan 31, 10:55 AM
Unknown Object (File)
Mon, Jan 20, 3:33 AM
Unknown Object (File)
Mon, Jan 13, 3:55 PM
Unknown Object (File)
Nov 13 2024, 10:16 AM
Unknown Object (File)
Oct 30 2024, 4:26 PM
Unknown Object (File)
Oct 30 2024, 3:04 AM
Unknown Object (File)
Oct 19 2024, 8:22 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