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
Unknown Object (File)
Fri, Apr 17, 10:40 PM
Unknown Object (File)
Thu, Apr 16, 7:38 AM
Unknown Object (File)
Tue, Apr 7, 11:03 AM
Unknown Object (File)
Tue, Mar 31, 8:54 PM
Unknown Object (File)
Tue, Mar 31, 10:07 AM
Unknown Object (File)
Mar 22 2026, 1:06 AM
Unknown Object (File)
Mar 17 2026, 3:54 AM
Unknown Object (File)
Mar 15 2026, 8:22 PM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable