pool_grow
error = pool_grow(pp, flags);
(void) pool_grow(pp, PR_WAITOK);
error = pool_grow(pp, PR_NOWAIT);
static int pool_grow(struct pool *, int);