Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/db/hash/
H A Dhash.c189 hashp->cbucket = -1; in __hash_open()
716 if ((hashp->cbucket < 0) || (flag == R_FIRST)) { in hash_seq()
717 hashp->cbucket = 0; in hash_seq()
724 for (bucket = hashp->cbucket; in hash_seq()
735 hashp->cbucket = bucket; in hash_seq()
736 if ((u_int32_t)hashp->cbucket > hashp->MAX_BUCKET) { in hash_seq()
737 hashp->cbucket = -1; in hash_seq()
746 hashp->cbucket++; in hash_seq()
767 ++hashp->cbucket; in hash_seq()
H A Dhash_bigkey.c412 hashp->cbucket++; in __big_return()
422 hashp->cbucket++; in __big_return()
470 hashp->cbucket++; in collect_data()
477 hashp->cbucket++; in collect_data()
H A Dhash.h103 int cbucket; /* Current bucket */ member
/freebsd-13.1/sys/vm/
H A Duma_core.c4582 uma_cache_bucket_t cbucket; in cache_free() local
4598 cbucket = &cache->uc_freebucket; in cache_free()
4602 cbucket = &cache->uc_crossbucket; in cache_free()
4603 if (cbucket->ucb_cnt != 0) in cache_free()
4605 cbucket->ucb_cnt); in cache_free()
4609 bucket = cache_bucket_unload(cbucket); in cache_free()