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, Nov 17, 8:51 PM
Unknown Object (File)
Sun, Nov 17, 7:02 PM
Unknown Object (File)
Sat, Nov 16, 3:48 PM
Unknown Object (File)
Thu, Nov 14, 8:36 AM
Unknown Object (File)
Wed, Nov 13, 4:55 PM
Unknown Object (File)
Wed, Nov 13, 3:42 PM
Unknown Object (File)
Sep 16 2024, 10:47 PM
Unknown Object (File)
Sep 10 2024, 6:49 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