HomeFreeBSD

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

Description

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

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 after a panic by netdump, but likely has other
applications.

Reviewed by: kib
MFC after: 2 weeks
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D15184

Details

Provenance
markjAuthored on
Reviewer
kib
Differential Revision
D15184: Add a UMA zone flag to disable the use of buckets
Parents
rS332967: Revert r332894 at the request of the submitter.
Branches
Unknown
Tags
Unknown