]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allocate UMA per-CPU counters earlier.
authormarkj <markj@FreeBSD.org>
Thu, 14 May 2020 16:06:54 +0000 (16:06 +0000)
committermarkj <markj@FreeBSD.org>
Thu, 14 May 2020 16:06:54 +0000 (16:06 +0000)
commita3d3a9cab11611a8d3b3327d8aa525b719ef1100
treebbae8be71486ba09ea16b52b163d3c346df125ef
parent1c610e1dd6dbb0109e58fd86b552f0686e381261
Allocate UMA per-CPU counters earlier.

Otherwise anything counted before SI_SUB_VM_CONF is discarded.  However,
it is useful to be able to see stats from allocations done early during
boot.

Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D24756
sys/vm/uma_core.c