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)
Sun, Oct 5, 6:39 PM
Unknown Object (File)
Mon, Sep 22, 2:49 AM
Unknown Object (File)
Thu, Sep 18, 9:44 PM
Unknown Object (File)
Sep 13 2025, 11:49 PM
Unknown Object (File)
Sep 12 2025, 7:11 AM
Unknown Object (File)
Sep 7 2025, 4:18 PM
Unknown Object (File)
Aug 26 2025, 7:03 PM
Unknown Object (File)
Aug 25 2025, 12:19 AM

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