Page MenuHomeFreeBSD

pctrie: add a locked pctrie_lookup_range
ClosedPublic

Authored by dougm on Apr 30 2025, 4:51 PM.
Tags
None
Referenced Files
F153538968: D50088.id154554.diff
Tue, Apr 21, 6:24 PM
F153496476: D50088.id154552.diff
Tue, Apr 21, 11:35 AM
F153462910: D50088.id154554.diff
Tue, Apr 21, 7:45 AM
Unknown Object (File)
Sat, Apr 18, 10:13 PM
Unknown Object (File)
Tue, Apr 14, 7:48 AM
Unknown Object (File)
Tue, Apr 14, 1:27 AM
Unknown Object (File)
Sun, Apr 12, 5:11 PM
Unknown Object (File)
Fri, Apr 3, 11:19 PM
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.