Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash.c183 hashp->cbucket = -1; in __hash_open()
710 if ((hashp->cbucket < 0) || (flag == R_FIRST)) { in hash_seq()
711 hashp->cbucket = 0; in hash_seq()
718 for (bucket = hashp->cbucket; in hash_seq()
729 hashp->cbucket = bucket; in hash_seq()
730 if ((u_int32_t)hashp->cbucket > hashp->MAX_BUCKET) { in hash_seq()
731 hashp->cbucket = -1; in hash_seq()
740 hashp->cbucket++; in hash_seq()
761 ++hashp->cbucket; in hash_seq()
H A Dhash_bigkey.c406 hashp->cbucket++; in __big_return()
416 hashp->cbucket++; in __big_return()
464 hashp->cbucket++; in collect_data()
471 hashp->cbucket++; in collect_data()
H A Dhash.h100 int cbucket; /* Current bucket */ member
/freebsd/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()