Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/common/
H A Dchrqueue.c341 int is_tail = cq->buffers.head == cq->buffers.tail; in _glq_flush_queue() local
355 int nhead = (!is_tail || nmodulo == 0) ? GL_CQ_SIZE : nmodulo; in _glq_flush_queue()
384 if(is_tail) { in _glq_flush_queue()