Page MenuHomeFreeBSD

vm_phys: Add a vm_phys_seg_paddr_to_vm_page() helper
ClosedPublic

Authored by markj on Jan 28 2024, 2:36 PM.
Tags
None
Referenced Files
F102736124: D43636.diff
Sat, Nov 16, 12:52 PM
Unknown Object (File)
Sun, Nov 3, 2:06 AM
Unknown Object (File)
Sep 18 2024, 10:24 AM
Unknown Object (File)
Sep 11 2024, 9:22 AM
Unknown Object (File)
Sep 10 2024, 11:23 AM
Unknown Object (File)
Sep 10 2024, 3:43 AM
Unknown Object (File)
Sep 8 2024, 2:49 AM
Unknown Object (File)
Sep 7 2024, 12:31 PM
Subscribers

Details

Summary

No functional change intended.

Suggested by: alc

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 55664
Build 52553: arc lint + arc unit

Event Timeline

markj requested review of this revision.Jan 28 2024, 2:36 PM
This revision is now accepted and ready to land.Jan 28 2024, 5:05 PM

Despite the long name, it's still two characters shorter than the original code. :-)

dougm added inline comments.
sys/vm/vm_phys.c
941

This could be applied at vm_page.c:787, if it were visible there.

978

If could be used here, if the fields of vm_phys_fictitious_seg were reordered.

markj added inline comments.
sys/vm/vm_phys.c
941

I made the function externally visible.

978

I think I'd prefer to leave this case as it is. If there were more instances of this pattern, I'd be more inclined to take the suggestion.

markj marked an inline comment as done.

Incorporate one of Doug's suggestions.

This revision now requires review to proceed.Jan 29 2024, 4:33 PM
This revision is now accepted and ready to land.Jan 29 2024, 4:54 PM