commit e98a16b64536a2c8cf1763570dfc0610198b4b1e
Author: Matthew Dillon <[email protected]>
Date: Thu Jul 23 21:22:20 2015 -0700
kernel - Add objcache_set_cluster_limit()
* Add objcache_set_cluster_limit() which allows the objcache cluster limit
for a particular objcache to be adjusted dynamically.
Summary of changes:
sys/kern/kern_objcache.c | 169 +++++++++++------------------------------------
sys/sys/objcache.h | 1 +
2 files changed, 40 insertions(+), 130 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e98a16b64536a2c8cf1763570dfc0610198b4b1e
--
DragonFly BSD source repository