Lines Matching defs:count
366 int count;
386 count = qptr->pool_size_m1 - qptr->index;
388 cmd_count -= count;
389 while (count--)
469 int count = qptr->pool_size_m1 - qptr->index;
481 count--;
487 if (likely(count))
497 if (unlikely(count == 0)) {
571 int count = qptr->pool_size_m1 - qptr->index;
583 count--;
589 if (count) {
591 if (count > 1)
603 if (count == 0) {
607 if (count < 2) {