Lines Matching refs:highstale
312 int highstale; /* high stale index */
315 highstale = *lfloghigh = -1;
318 if (highstale == -1)
319 highstale = toidx;
365 int highstale; /* high stale index */
515 for (highstale = mid + 1;
516 highstale < be32_to_cpu(btp->count) &&
517 blp[highstale].address !=
519 (lowstale < 0 || mid - lowstale > highstale - mid);
520 highstale++)
526 (highstale == be32_to_cpu(btp->count) ||
527 mid - lowstale <= highstale - mid)) {
538 ASSERT(highstale < be32_to_cpu(btp->count));
540 if (highstale - mid)
542 (highstale - mid) * sizeof(*blp));
544 lfloghigh = max(highstale, lfloghigh);