]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In uma_startup_count() handle special case when zone will fit into
authorGleb Smirnoff <glebius@FreeBSD.org>
Mon, 2 Apr 2018 05:14:31 +0000 (05:14 +0000)
committerGleb Smirnoff <glebius@FreeBSD.org>
Mon, 2 Apr 2018 05:14:31 +0000 (05:14 +0000)
commit96a10340cec6fb59039d5134777b097820d3e293
treed3f5a59f76343b8aa46dd4f6a6ffd0650dd202cb
parent1ca6ed45895cbe312f7fc7ddf65edd347baeec12
In uma_startup_count() handle special case when zone will fit into
single slab, but with alignment adjustment it won't. Again, when
there is only one item in a slab alignment can be ignored. See
previous revision of this file for more info.

PR: 227116
sys/vm/uma_core.c