Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/db/hash/
H A Dhash.c186 hashp->cbucket = -1; in __hash_open()
713 if ((hashp->cbucket < 0) || (flag == R_FIRST)) { in hash_seq()
714 hashp->cbucket = 0; in hash_seq()
721 for (bucket = hashp->cbucket; in hash_seq()
732 hashp->cbucket = bucket; in hash_seq()
733 if ((u_int32_t)hashp->cbucket > hashp->MAX_BUCKET) { in hash_seq()
734 hashp->cbucket = -1; in hash_seq()
743 hashp->cbucket++; in hash_seq()
764 ++hashp->cbucket; in hash_seq()
H A Dhash_bigkey.c409 hashp->cbucket++; in __big_return()
419 hashp->cbucket++; in __big_return()
467 hashp->cbucket++; in collect_data()
474 hashp->cbucket++; in collect_data()
H A Dhash.h102 int cbucket; /* Current bucket */ member
/freebsd-14.2/sys/vm/
H A Duma_core.c4712 uma_cache_bucket_t cbucket; in cache_free() local
4728 cbucket = &cache->uc_freebucket; in cache_free()
4732 cbucket = &cache->uc_crossbucket; in cache_free()
4733 if (cbucket->ucb_cnt != 0) in cache_free()
4735 cbucket->ucb_cnt); in cache_free()
4739 bucket = cache_bucket_unload(cbucket); in cache_free()