Page MenuHomeFreeBSD

Add a lockless lookup mechanism that uses a SMR zone.
AbandonedPublic

Authored by jeff on Nov 28 2019, 1:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 20, 10:10 AM
Unknown Object (File)
Fri, Mar 20, 4:46 AM
Unknown Object (File)
Thu, Mar 12, 6:25 PM
Unknown Object (File)
Mar 4 2026, 5:30 AM
Unknown Object (File)
Mar 4 2026, 3:27 AM
Unknown Object (File)
Jan 14 2026, 6:17 AM
Unknown Object (File)
Dec 11 2025, 6:21 AM
Unknown Object (File)
Nov 28 2025, 1:34 AM
Subscribers

Details

Reviewers
None
Summary

This uses the UMA SMR zone support from https://reviews.freebsd.org/D22586 to implement a lockless lookup.

It is not yet safe to access the returned page so this can only be used as a bool check. I am sharing this review for an example of a consumer.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 27827
Build 26006: arc lint + arc unit