Home
last modified time | relevance | path

Searched refs:ZLRB_RING_SIZE (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/sparc/dev/
H A Dzsvar.h42 #define ZLRB_RING_SIZE 256 /* ZS line ring buffer size */ macro
109 int cs_rbuf[ZLRB_RING_SIZE];/* type, value pairs */
H A Dzs.c830 if (n > ZLRB_RING_SIZE) { in zssoft()
832 get += n - ZLRB_RING_SIZE; in zssoft()
833 n = ZLRB_RING_SIZE; in zssoft()