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, Nov 7, 5:58 AM
Unknown Object (File)
Thu, Nov 6, 10:26 PM
Unknown Object (File)
Thu, Nov 6, 7:15 PM
Unknown Object (File)
Thu, Nov 6, 11:51 AM
Unknown Object (File)
Fri, Oct 24, 3:29 PM
Unknown Object (File)
Fri, Oct 24, 3:29 PM
Unknown Object (File)
Fri, Oct 24, 6:24 AM
Unknown Object (File)
Wed, Oct 22, 1:14 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