Lines Matching defs:limit
515 int start, limit;518 limit = txring->next_to_fill;521 if (start > limit)522 limit += TX_RING_SIZE;524 for (i = start; i < limit; i += freed) {577 const int limit)583 if (limit <= 0)587 for (count = 0; count < limit; count++) {693 const int limit)715 for (count = 0; count < limit; count++) {