CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2017/06/14 20:52:30
Modified files: sys/sys : pool.h Log message: add some kinfo structs and sysctl mibs for info about per cpu pool caches there are two sysctls, one that shows info about the pools global cache info, and another that dumps info about the caches on all the cpus in one go. ok mikeb@ millert@