ecb_pool          147 dev/ic/ncr53c9x.c static struct pool ecb_pool;
ecb_pool          391 dev/ic/ncr53c9x.c 		pool_init(&ecb_pool, sizeof(struct ncr53c9x_ecb), 0, 0, 0,
ecb_pool          757 dev/ic/ncr53c9x.c 	pool_put(&ecb_pool, (void *)ecb);
ecb_pool          773 dev/ic/ncr53c9x.c 	ecb = (struct ncr53c9x_ecb *)pool_get(&ecb_pool, wait);