]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
uma_zalloc_domain: call uma_zalloc_debug in multi-domain path
authorEric van Gyzen <vangyzen@FreeBSD.org>
Mon, 7 Mar 2022 17:12:15 +0000 (11:12 -0600)
committerEric van Gyzen <vangyzen@FreeBSD.org>
Sat, 26 Mar 2022 01:10:38 +0000 (20:10 -0500)
commit490b09f240065d7ef61f68ec1bf134d729cfad28
tree5b69eab67ab2399030fd3e1111c7eb2716b8f157
parentaca2a7facabb3522e19f998c27f96a55b65cf959
uma_zalloc_domain: call uma_zalloc_debug in multi-domain path

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.

Reviewed by: markj, rstone
MFC after: 1 week
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D34472
sys/vm/uma_core.c