ccdbufpl 204 dev/ccd.c struct pool ccdbufpl; ccdbufpl 214 dev/ccd.c if ((cbp = pool_get(&ccdbufpl, PR_WAITOK))) ccdbufpl 222 dev/ccd.c pool_put(&ccdbufpl, cbp); ccdbufpl 260 dev/ccd.c pool_init(&ccdbufpl, sizeof(struct ccdbuf), 0, 0, 0, "ccdbufpl", NULL); ccdbufpl 261 dev/ccd.c pool_setlowat(&ccdbufpl, 16); ccdbufpl 262 dev/ccd.c pool_sethiwat(&ccdbufpl, 1024);