pcred_pool 610 kern/kern_exit.c pool_put(&pcred_pool, p->p_p->ps_cred); pcred_pool 277 kern/kern_fork.c p2->p_p->ps_cred = pool_get(&pcred_pool, PR_WAITOK); pcred_pool 72 kern/kern_proc.c struct pool pcred_pool; pcred_pool 107 kern/kern_proc.c pool_init(&pcred_pool, sizeof(struct pcred), 0, 0, 0, "pcredpl", pcred_pool 402 sys/proc.h extern struct pool pcred_pool; /* memory pool for pcreds */