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)
Sun, Aug 9, 9:37 PM
Unknown Object (File)
Fri, Jul 24, 8:02 PM
Unknown Object (File)
Sun, Jul 19, 2:18 PM
Unknown Object (File)
Jul 1 2026, 3:09 AM
Unknown Object (File)
Jun 30 2026, 3:16 AM
Unknown Object (File)
Jun 15 2026, 12:10 AM
Unknown Object (File)
May 22 2026, 3:37 AM
Unknown Object (File)
May 11 2026, 7:54 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