diff options
author | tomee <none@none> | 2008-05-26 17:53:26 -0700 |
---|---|---|
committer | tomee <none@none> | 2008-05-26 17:53:26 -0700 |
commit | b5fca8f855054d167d04d3b4de5210c83ed2083c (patch) | |
tree | 6b4e690195757449698c233ae276ae53b52a9c9b /usr/src/uts/common/io/stream.c | |
parent | 7568150a58e78021968b6c22bc28e9787b33496a (diff) | |
download | illumos-gate-b5fca8f855054d167d04d3b4de5210c83ed2083c.tar.gz |
6554564 slab allocator cannot release slabs with lonely buffers
6676406 kmem client constructors and destructors need some cleanup
Diffstat (limited to 'usr/src/uts/common/io/stream.c')
-rw-r--r-- | usr/src/uts/common/io/stream.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/uts/common/io/stream.c b/usr/src/uts/common/io/stream.c index 90fbf3cbf1..d8dad37e58 100644 --- a/usr/src/uts/common/io/stream.c +++ b/usr/src/uts/common/io/stream.c @@ -151,13 +151,13 @@ static size_t dblk_sizes[] = { #ifdef _LP64 - 16, 80, 144, 208, 272, 336, 528, 1040, 1488, 1936, 2576, 3920, - 8192, 12112, 16384, 20304, 24576, 28496, 32768, 36688, - 40960, 44880, 49152, 53072, 57344, 61264, 65536, 69456, + 16, 80, 144, 208, 272, 336, 528, 1040, 1488, 1936, 2576, 3856, + 8192, 12048, 16384, 20240, 24576, 28432, 32768, 36624, + 40960, 44816, 49152, 53008, 57344, 61200, 65536, 69392, #else - 64, 128, 320, 576, 1088, 1536, 1984, 2624, 3968, - 8192, 12160, 16384, 20352, 24576, 28544, 32768, 36736, - 40960, 44928, 49152, 53120, 57344, 61312, 65536, 69504, + 64, 128, 320, 576, 1088, 1536, 1984, 2624, 3904, + 8192, 12096, 16384, 20288, 24576, 28480, 32768, 36672, + 40960, 44864, 49152, 53056, 57344, 61248, 65536, 69440, #endif DBLK_MAX_CACHE, 0 }; |