]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r258338:
authormav <mav@FreeBSD.org>
Sat, 4 Jan 2014 23:38:06 +0000 (23:38 +0000)
committermav <mav@FreeBSD.org>
Sat, 4 Jan 2014 23:38:06 +0000 (23:38 +0000)
commit4f2347ab59fa48afa63ac0bd851c70da5358425a
tree87367bae283335bff084c7fd8a33a657e9749f7b
parent363e273d8f7f8248532f1ed348a72ee0dea621c4
MFC r258338:
Grow UMA zone bucket size also on lock congestion during item free.

Lock congestion is the same, whether it happens on alloc or free, so
handle it equally.  Now that we have back pressure, there is no problem
to grow buckets a bit faster.  Any way growth is much slower then in 9.x.
sys/vm/uma_core.c