Subject: Re: Initialising pools using link sets
To: None <simonb@wasabisystems.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 04/11/2004 02:30:20
>   sys/pool.h
> 	New POOL_INIT macro that sets up the link sets.

because it's similar to MALLOC_DEFINE rather than pool_init,
its name sounds a little strange to me.  how about POOL_DEFINE?

YAMAMOTO Takashi