Page MenuHomeFreeBSD

Add a UMA zone flag to disable the use of buckets
ClosedPublic

Authored by markj on Apr 24 2018, 3:27 PM.
Tags
None
Referenced Files
F171393890: D15184.diff
Thu, Sep 10, 9:41 PM
F171375221: D15184.id.diff
Thu, Sep 10, 6:51 PM
Unknown Object (File)
Tue, Sep 1, 6:39 PM
Unknown Object (File)
Tue, Sep 1, 5:21 AM
Unknown Object (File)
Tue, Sep 1, 4:10 AM
Unknown Object (File)
Sun, Aug 30, 6:49 PM
Unknown Object (File)
Sun, Aug 30, 9:00 AM
Unknown Object (File)
Thu, Aug 27, 1:36 AM
Subscribers

Details

Summary

This allows the creation of zones which don't do any caching in front of
the keg. If the zone is a cache zone, this means that UMA will not
attempt any memory allocations when allocating an item from the backend.
This is intended for use by netdump, after a panic.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 16284
Build 16228: arc lint + arc unit