Lines Matching defs:limit
514 int start, limit;517 limit = txring->next_to_fill;520 if (start > limit)521 limit += TX_RING_SIZE;523 for (i = start; i < limit; i += freed) {578 const int limit)584 if (limit <= 0)588 for (count = 0; count < limit; count++) {694 const int limit)716 for (count = 0; count < limit; count++) {