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
F133618894: D15184.diff
Mon, Oct 27, 1:47 AM
Unknown Object (File)
Thu, Oct 9, 1:38 AM
Unknown Object (File)
Sun, Oct 5, 6:55 AM
Unknown Object (File)
Sep 25 2025, 10:13 PM
Unknown Object (File)
Sep 9 2025, 12:27 PM
Unknown Object (File)
Jul 31 2025, 3:25 PM
Unknown Object (File)
Jul 21 2025, 8:08 AM
Unknown Object (File)
Jul 15 2025, 11:59 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