CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2017/07/12 00:39:13
Modified files: sys/kern : subr_pool.c Log message: When there is no contention on a pool cache lock, lower the number of items that a cache list is allowed to hold. This lets the cache release resources back to the common pool after pressure on the cache has decreased. OK dlg@