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, Apr 19, 11:39 PM
Unknown Object (File)
Jan 1 2024, 1:27 PM
Unknown Object (File)
Dec 20 2023, 2:17 AM
Unknown Object (File)
Nov 24 2023, 6:34 AM
Unknown Object (File)
Nov 11 2023, 3:43 AM
Unknown Object (File)
Nov 8 2023, 1:29 PM
Unknown Object (File)
Nov 1 2023, 1:49 AM
Unknown Object (File)
Oct 30 2023, 3:50 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