Amit Kulkarni wrote: > This comment below is misleading. There are no such sysctl's. The defines are > only used in kern/subr_pool.c >
... to implement the sysctls. What are you talking about? > > > diff --git sys/pool.h sys/pool.h > index d2f05227b7a..e97f774a272 100644 > --- sys/pool.h > +++ sys/pool.h > @@ -34,12 +34,6 @@ > #ifndef _SYS_POOL_H_ > #define _SYS_POOL_H_ > > -/* > - * sysctls. > - * kern.pool.npools > - * kern.pool.name.<number> > - * kern.pool.pool.<number> > - */ > #define KERN_POOL_NPOOLS 1 > #define KERN_POOL_NAME 2 > #define KERN_POOL_POOL 3 >
