Page MenuHomeFreeBSD

vm_radix: offer pciterator access
ClosedPublic

Authored by dougm on Sep 13 2024, 4:18 PM.
Tags
None
Referenced Files
F110337525: D46663.id143368.diff
Mon, Feb 17, 12:43 AM
Unknown Object (File)
Sat, Feb 1, 10:02 AM
Unknown Object (File)
Sun, Jan 26, 4:47 PM
Unknown Object (File)
Jan 17 2025, 1:17 PM
Unknown Object (File)
Nov 9 2024, 1:36 PM
Unknown Object (File)
Nov 2 2024, 9:27 PM
Unknown Object (File)
Oct 24 2024, 5:55 AM
Unknown Object (File)
Oct 18 2024, 12:10 PM
Subscribers

Details

Summary

Add to the vm_radix and vm_page interfaces methods to use pctrie iterators with vm_radix tries.

Diff Detail

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

Event Timeline

dougm requested review of this revision.Sep 13 2024, 4:18 PM
dougm created this revision.
sys/vm/vm_page.h
70

This should appear closer to the function declarations, in particular, within an #ifdef _KERNEL block.

Move pctrie_iter struct declaration in vm_page.h.

Back out one change that isn't ripe yet, as it depends on other changes not yet offered for review.

This revision is now accepted and ready to land.Sep 19 2024, 10:20 AM
This revision was automatically updated to reflect the committed changes.