Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtecla/common/
H A Dchrqueue.c346 int nmodulo = cq->ntotal % GL_CQ_SIZE; in _glq_flush_queue() local
355 int nhead = (!is_tail || nmodulo == 0) ? GL_CQ_SIZE : nmodulo; in _glq_flush_queue()