ucred_pool         69 kern/kern_proc.c struct pool ucred_pool;
ucred_pool        101 kern/kern_proc.c 	pool_init(&ucred_pool, sizeof(struct ucred), 0, 0, 0, "ucredpl",
ucred_pool        777 kern/kern_prot.c 	cr = pool_get(&ucred_pool, PR_WAITOK);
ucred_pool        792 kern/kern_prot.c 		pool_put(&ucred_pool, cr);
ucred_pool        400 sys/proc.h     extern struct pool ucred_pool;		/* memory pool for ucreds */