pool_p_alloc
pool_p_alloc(struct pool *, int, int *);
ph = pool_p_alloc(pp, flags, slowdown);
ph = pool_p_alloc(pp, PR_NOWAIT, &slowdown);