| version 1.93, 2004/03/08 22:48:09 |
version 1.94, 2004/04/25 16:42:41 |
| Line 357 pr_rmpage(struct pool *pp, struct pool_i |
|
| Line 357 pr_rmpage(struct pool *pp, struct pool_i |
|
| } |
} |
| |
|
| /* |
/* |
| |
* Initialize all the pools listed in the "pools" link set. |
| |
*/ |
| |
void |
| |
link_pool_init(void) |
| |
{ |
| |
__link_set_decl(pools, struct link_pool_init); |
| |
struct link_pool_init * const *pi; |
| |
|
| |
__link_set_foreach(pi, pools) |
| |
pool_init((*pi)->pp, (*pi)->size, (*pi)->align, |
| |
(*pi)->align_offset, (*pi)->flags, (*pi)->wchan, |
| |
(*pi)->palloc); |
| |
} |
| |
|
| |
/* |
| * Initialize the given pool resource structure. |
* Initialize the given pool resource structure. |
| * |
* |
| * We export this routine to allow other kernel parts to declare |
* We export this routine to allow other kernel parts to declare |