ZLRB_RING_SIZE
cs->cs_rbuf = kmem_alloc(ZLRB_RING_SIZE * sizeof(int),
if (n > ZLRB_RING_SIZE) {
get += n - ZLRB_RING_SIZE;
n = ZLRB_RING_SIZE;