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
F120907192: D43636.diff
Sun, Jun 22, 1:50 AM
F120855703: D43636.id.diff
Sat, Jun 21, 4:26 PM
Unknown Object (File)
Fri, Jun 20, 11:59 AM
Unknown Object (File)
Tue, Jun 17, 6:14 AM
Unknown Object (File)
Tue, Jun 10, 3:12 AM
Unknown Object (File)
Tue, Jun 10, 2:31 AM
Unknown Object (File)
Mon, Jun 9, 3:25 PM
Unknown Object (File)
Sun, Jun 1, 12:52 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 55684
Build 52573: 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