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, May 22, 3:37 AM
Unknown Object (File)
Mon, May 11, 7:54 AM
Unknown Object (File)
Mon, May 11, 4:53 AM
Unknown Object (File)
Mon, May 11, 2:31 AM
Unknown Object (File)
Mon, May 11, 2:31 AM
Unknown Object (File)
May 3 2026, 6:55 PM
Unknown Object (File)
Apr 28 2026, 11:44 AM
Unknown Object (File)
Apr 28 2026, 7:47 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