OpenBSD/src 1LPfavEshare/man/man9 pool_cache_init.9, sys/kern subr_pool.c

   change the semantic for calculating when to grow the size of a cache list.

   previously it would figure out if there's enough items overall for
   all the cpus to have full active an inactive free lists. this
   included currently allocated items, which pools wont actually hold
   on a free list and cannot predict when they will come back.

   instead, see if there's enough items in the idle lists in the depot
   that could instead go on all the free lists on the cpus. if there's
   enough idle items, then we can grow.

   tested by hrvoje popovski and amit kulkarni
   ok visa@
VersionDeltaFile
1.216+8-14sys/kern/subr_pool.c
1.13+5-5usr.bin/systat/pool.c
1.7+5-5share/man/man9/pool_cache_init.9
1.73+3-3sys/sys/pool.h
+21-274 files

UnifiedSplitRaw