| version 1.82, 2002/11/09 20:12:55 |
version 1.83, 2002/11/24 11:37:57 |
| Line 1037 pool_put(struct pool *pp, void *v) |
|
| Line 1037 pool_put(struct pool *pp, void *v) |
|
| int |
int |
| pool_prime(struct pool *pp, int n) |
pool_prime(struct pool *pp, int n) |
| { |
{ |
| struct pool_item_header *ph; |
struct pool_item_header *ph = NULL; |
| caddr_t cp; |
caddr_t cp; |
| int newpages; |
int newpages; |
| |
|
| Line 1158 pool_prime_page(struct pool *pp, caddr_t |
|
| Line 1158 pool_prime_page(struct pool *pp, caddr_t |
|
| static int |
static int |
| pool_catchup(struct pool *pp) |
pool_catchup(struct pool *pp) |
| { |
{ |
| struct pool_item_header *ph; |
struct pool_item_header *ph = NULL; |
| caddr_t cp; |
caddr_t cp; |
| int error = 0; |
int error = 0; |
| |
|