Searched refs:nmodulo (Results 1 – 1 of 1) sorted by relevance
344 int nmodulo = cq->ntotal % GL_CQ_SIZE; in _glq_flush_queue() local353 int nhead = (!is_tail || nmodulo == 0) ? GL_CQ_SIZE : nmodulo; in _glq_flush_queue()