Page MenuHomeFreeBSD

device_pager: use VM_RADIX_FOREACH
ClosedPublic

Authored by dougm on Apr 19 2025, 5:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 5:11 PM
Unknown Object (File)
Sun, Oct 12, 3:21 AM
Unknown Object (File)
Sun, Oct 5, 12:12 AM
Unknown Object (File)
Sun, Sep 28, 2:06 PM
Unknown Object (File)
Sun, Sep 28, 11:08 AM
Unknown Object (File)
Wed, Sep 24, 3:45 AM
Unknown Object (File)
Aug 30 2025, 6:13 PM
Unknown Object (File)
Aug 15 2025, 12:14 AM
Subscribers

Details

Summary

In cdev_mgtdev_pager_free_pages, use VM_RADIX_FOREACH instead of a loop header that does the same thing, in the same way, with more words.

No functional change.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dougm requested review of this revision.Apr 19 2025, 5:33 PM
dougm created this revision.
This revision is now accepted and ready to land.Apr 19 2025, 9:56 PM
This revision was automatically updated to reflect the committed changes.