Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dchrqueue.c49 #define GL_CQ_SIZE BUFSIZ macro
51 #define GL_CQ_SIZE 512 macro
62 char bytes[GL_CQ_SIZE]; /* The fixed size buffer of this node */
184 int boff = cq->ntotal % GL_CQ_SIZE; in _glq_append_chars()
208 boff = cq->ntotal % GL_CQ_SIZE; in _glq_append_chars()
242 nleft = GL_CQ_SIZE - boff; in _glq_append_chars()
344 int nmodulo = cq->ntotal % GL_CQ_SIZE; in _glq_flush_queue()
353 int nhead = (!is_tail || nmodulo == 0) ? GL_CQ_SIZE : nmodulo; in _glq_flush_queue()
358 int nbuff = nhead - (cq->nflush % GL_CQ_SIZE); in _glq_flush_queue()
363 cq->nflush % GL_CQ_SIZE, nbuff); in _glq_flush_queue()