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
Unknown Object (File)
Sun, Jun 1, 12:52 PM
Unknown Object (File)
Mon, May 26, 12:43 PM
Unknown Object (File)
Sun, May 25, 4:39 PM
Unknown Object (File)
Apr 29 2025, 6:31 AM
Unknown Object (File)
Apr 27 2025, 11:54 PM
Unknown Object (File)
Apr 22 2025, 12:06 PM
Unknown Object (File)
Apr 21 2025, 8:45 AM
Unknown Object (File)
Apr 8 2025, 3:16 AM
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