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)
Sun, May 10, 12:27 PM
Unknown Object (File)
Sun, May 3, 10:34 AM
Unknown Object (File)
Apr 17 2026, 10:40 PM
Unknown Object (File)
Apr 16 2026, 7:38 AM
Unknown Object (File)
Apr 7 2026, 11:03 AM
Unknown Object (File)
Mar 31 2026, 8:54 PM
Unknown Object (File)
Mar 31 2026, 10:07 AM
Unknown Object (File)
Mar 22 2026, 1:06 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

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