Page MenuHomeFreeBSD

pctrie: add a locked pctrie_lookup_range
ClosedPublic

Authored by dougm on Apr 30 2025, 4:51 PM.
Tags
None
Referenced Files
F126809892: D50088.id154554.diff
Sun, Aug 24, 6:17 AM
Unknown Object (File)
Thu, Aug 14, 7:29 AM
Unknown Object (File)
Mon, Aug 11, 10:01 PM
Unknown Object (File)
Sat, Aug 2, 11:14 PM
Unknown Object (File)
Jul 12 2025, 11:45 PM
Unknown Object (File)
Jul 6 2025, 6:44 AM
Unknown Object (File)
Jul 1 2025, 10:12 PM
Unknown Object (File)
Jul 1 2025, 10:17 AM
Subscribers

Details

Summary

Add a locked version of pctrie_lookup_range_unlocked.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dougm requested review of this revision.Apr 30 2025, 4:51 PM
dougm created this revision.
This revision is now accepted and ready to land.Apr 30 2025, 4:59 PM
This revision was automatically updated to reflect the committed changes.

Are you going to update the patch to include vm_page_grab_pages()?

In D50088#1142526, @alc wrote:

Are you going to update the patch to include vm_page_grab_pages()?

After D48007 is done, I'll look into that. Right now, it would overlap that patch.