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)
Thu, Oct 9, 1:38 AM
Unknown Object (File)
Sun, Oct 5, 6:55 AM
Unknown Object (File)
Thu, Sep 25, 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
Unknown Object (File)
Jul 4 2025, 5:41 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