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)
Sat, Aug 8, 4:06 PM
Unknown Object (File)
Wed, Aug 5, 10:41 PM
Unknown Object (File)
Mon, Aug 3, 7:29 PM
Unknown Object (File)
Sun, Aug 2, 1:19 AM
Unknown Object (File)
Sun, Aug 2, 12:43 AM
Unknown Object (File)
Sat, Jul 25, 3:48 AM
Unknown Object (File)
Sat, Jul 25, 3:48 AM
Unknown Object (File)
Tue, Jul 21, 11:06 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