Searched refs:GL_CQ_SIZE (Results 1 – 1 of 1) sorted by relevance
49 #define GL_CQ_SIZE BUFSIZ macro51 #define GL_CQ_SIZE 512 macro62 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()