Page MenuHomeFreeBSD

uma_zalloc_domain: call uma_zalloc_debug in multi-domain path
ClosedPublic

Authored by vangyzen on Mar 7 2022, 6:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 25, 3:33 AM
Unknown Object (File)
Tue, Aug 25, 3:21 AM
Unknown Object (File)
Tue, Aug 25, 3:18 AM
Unknown Object (File)
Sun, Aug 23, 1:22 AM
Unknown Object (File)
Sun, Aug 16, 3:50 AM
Unknown Object (File)
Aug 8 2026, 4:06 PM
Unknown Object (File)
Aug 5 2026, 10:41 PM
Unknown Object (File)
Aug 3 2026, 7:29 PM

Details

Summary

It was only called in the non-NUMA and single-domain paths.
Some of its assertions were duplicated in uma_zalloc_domain,
but some things were missed, especially memguard.

MFC after: 1 week
Sponsored by: Dell EMC Isilon

Test Plan

I ran the kyua suite and some internal tests on a multi-domain OneFS node. There were no surprises.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable