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
F146657470: D34472.id103599.diff
Wed, Mar 4, 11:46 AM
Unknown Object (File)
Mon, Mar 2, 9:31 PM
Unknown Object (File)
Mon, Mar 2, 3:39 PM
Unknown Object (File)
Wed, Feb 25, 2:22 AM
Unknown Object (File)
Thu, Feb 19, 12:16 PM
Unknown Object (File)
Sun, Feb 8, 8:04 AM
Unknown Object (File)
Sun, Feb 8, 2:34 AM
Unknown Object (File)
Jan 31 2026, 2:24 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