Searched refs:ZLRB_RING_SIZE (Results 1 – 2 of 2) sorted by relevance
109 #define ZLRB_RING_SIZE 8192 /* ZS line ring buffer size */ macro
412 cs->cs_rbuf = kmem_alloc(ZLRB_RING_SIZE * sizeof(int), in zsopen()772 if (n > ZLRB_RING_SIZE) { in zssoft()774 get += n - ZLRB_RING_SIZE; in zssoft()775 n = ZLRB_RING_SIZE; in zssoft()