Searched refs:cbucket (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libc/db/hash/
H A Dhash.c189 hashp->cbucket = -1;
716 if ((hashp->cbucket < 0) || (flag == R_FIRST)) {
717 hashp->cbucket = 0;
724 for (bucket = hashp->cbucket;
735 hashp->cbucket = bucket;
736 if ((u_int32_t)hashp->cbucket > hashp->MAX_BUCKET) {
737 hashp->cbucket = -1;
746 hashp->cbucket++;
767 ++hashp->cbucket;
H A Dhash.h103 int cbucket; /* Current bucket */ member in struct:htab
H A Dhash_bigkey.c412 hashp->cbucket++;
422 hashp->cbucket++;
470 hashp->cbucket++;
477 hashp->cbucket++;
/freebsd-13-stable/sys/vm/
H A Duma_core.c4453 uma_cache_bucket_t cbucket; local
4469 cbucket = &cache->uc_freebucket;
4473 cbucket = &cache->uc_crossbucket;
4474 if (cbucket->ucb_cnt != 0)
4476 cbucket->ucb_cnt);
4480 bucket = cache_bucket_unload(cbucket);

Completed in 122 milliseconds