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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dchrqueue.c346 int nmodulo = cq->ntotal % GL_CQ_SIZE; local
350 * already been flushed. Also note that if nmodulo==0, this means that
355 int nhead = (!is_tail || nmodulo == 0) ? GL_CQ_SIZE : nmodulo;

Completed in 56 milliseconds