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)
Sep 29 2023, 8:03 AM
Unknown Object (File)
Sep 1 2023, 9:28 PM
Unknown Object (File)
Sep 1 2023, 9:25 PM
Unknown Object (File)
Sep 1 2023, 9:24 PM
Unknown Object (File)
Sep 1 2023, 8:55 PM
Unknown Object (File)
Aug 17 2023, 6:26 PM
Unknown Object (File)
Jun 30 2023, 8:32 AM
Unknown Object (File)
Jun 30 2023, 8:32 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