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)
Nov 29 2024, 2:14 AM
Unknown Object (File)
Nov 23 2024, 4:07 AM
Unknown Object (File)
Nov 17 2024, 8:51 PM
Unknown Object (File)
Nov 17 2024, 7:02 PM
Unknown Object (File)
Nov 16 2024, 3:48 PM
Unknown Object (File)
Nov 14 2024, 8:36 AM
Unknown Object (File)
Nov 13 2024, 4:55 PM
Unknown Object (File)
Nov 13 2024, 3:42 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