Searched refs:bucket (Results 1 – 2 of 2) sorted by relevance
751 int32_t bucket; local772 for (bucket = hashp->cbucket;773 bucket <= hashp->MAX_BUCKET;774 bucket++, hashp->cndx = 1) {775 bufp = __get_buf(hashp, bucket, NULL, 0);783 hashp->cbucket = bucket;908 int32_t n, bucket; local911 bucket = n & hashp->HIGH_MASK;912 if (bucket > hashp->MAX_BUCKET)913 bucket = bucket & hashp->LOW_MASK;[all …]
508 __uint32_t bucket, in __get_page() argument525 page = BUCKET_TO_PAGE(bucket); in __get_page()527 page = OADDR_TO_PAGE(bucket); in __get_page()569 __uint32_t bucket, in __put_page() argument596 page = BUCKET_TO_PAGE(bucket); in __put_page()598 page = OADDR_TO_PAGE(bucket); in __put_page()