Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/common/
H A Dchrqueue.c51 #define GL_CQ_SIZE BUFSIZ macro
53 #define GL_CQ_SIZE 512 macro
64 char bytes[GL_CQ_SIZE]; /* The fixed size buffer of this node */
186 int boff = cq->ntotal % GL_CQ_SIZE; in _glq_append_chars()
210 boff = cq->ntotal % GL_CQ_SIZE; in _glq_append_chars()
244 nleft = GL_CQ_SIZE - boff; in _glq_append_chars()
346 int nmodulo = cq->ntotal % GL_CQ_SIZE; in _glq_flush_queue()
355 int nhead = (!is_tail || nmodulo == 0) ? GL_CQ_SIZE : nmodulo; in _glq_flush_queue()
360 int nbuff = nhead - (cq->nflush % GL_CQ_SIZE); in _glq_flush_queue()
365 cq->nflush % GL_CQ_SIZE, nbuff); in _glq_flush_queue()