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)
Tue, Sep 1, 6:39 PM
Unknown Object (File)
Tue, Sep 1, 5:21 AM
Unknown Object (File)
Tue, Sep 1, 4:10 AM
Unknown Object (File)
Sun, Aug 30, 6:49 PM
Unknown Object (File)
Sun, Aug 30, 9:00 AM
Unknown Object (File)
Thu, Aug 27, 1:36 AM
Unknown Object (File)
Wed, Aug 26, 9:18 PM
Unknown Object (File)
Wed, Aug 26, 5:04 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