Searched refs:cbucket (Results 1 – 3 of 3) sorted by relevance
222 hashp->cbucket = -1;764 if ((hashp->cbucket < 0) || (flag == R_FIRST)) {765 hashp->cbucket = 0;772 for (bucket = hashp->cbucket;783 hashp->cbucket = bucket;784 if (hashp->cbucket > hashp->MAX_BUCKET) {785 hashp->cbucket = -1;804 ++hashp->cbucket;819 hashp->cbucket++;
411 hashp->cbucket++; in __big_return()421 hashp->cbucket++; in __big_return()472 hashp->cbucket++; in collect_data()479 hashp->cbucket++; in collect_data()
127 int32_t cbucket; /* Current bucket */ member