Page MenuHomeFreeBSD

pctrie: add a locked pctrie_lookup_range
ClosedPublic

Authored by dougm on Apr 30 2025, 4:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 3, 6:55 PM
Unknown Object (File)
Mon, Aug 3, 5:34 AM
Unknown Object (File)
Thu, Jul 30, 9:08 AM
Unknown Object (File)
Tue, Jul 28, 5:36 AM
Unknown Object (File)
Mon, Jul 27, 2:16 PM
Unknown Object (File)
Fri, Jul 24, 3:44 PM
Unknown Object (File)
Mon, Jul 20, 11:13 AM
Unknown Object (File)
Thu, Jul 16, 12:16 AM
Subscribers

Details

Summary

Add a locked version of pctrie_lookup_range_unlocked.

Diff Detail

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

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.