Lines Matching defs:next
896 unsigned int i, j, next = q->bufs_next;
923 * on, but since it could jump to next entry at any time,
928 if (bufs_queued <= 1 || fbpt_rp == next)
930 next = (fbpt_rp + 1) % CIO2_MAX_BUFFERS;
939 if (!q->bufs[next]) {
940 q->bufs[next] = b;
941 entry = &q->fbpt[next * CIO2_MAX_LOPS];
944 q->bufs_next = (next + 1) % CIO2_MAX_BUFFERS;
951 dev_dbg(&cio2->pci_dev->dev, "entry %i was full!\n", next);
952 next = (next + 1) % CIO2_MAX_BUFFERS;
1915 * handling the next one.