Home
last modified time | relevance | path

Searched refs:max_bucket (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash.c231 "MAX BUCKET ", hashp->hdr.max_bucket, in __kdb2_hash_open()
364 hashp->hdr.max_bucket = hashp->hdr.low_mask = nbuckets - 1; in init_htab()
470 "keys %ld maxp %d\n", hashp->hdr.nkeys, hashp->hdr.max_bucket); in hdestroy()
853 if (cursorp->bucket > hashp->hdr.max_bucket) in cursor_get()
908 new_bucket = ++hashp->hdr.max_bucket; in __expand_table()
909 old_bucket = (hashp->hdr.max_bucket & hashp->hdr.low_mask); in __expand_table()
920 spare_ndx = __log2(hashp->hdr.max_bucket + 1); in __expand_table()
945 if (bucket > hashp->hdr.max_bucket) in __call_hash()
966 P_32_COPY(srcp->max_bucket, destp->max_bucket); in swap_header_copy()
994 M_32_SWAP(hdrp->max_bucket); in swap_header()
H A Dhash.c.patch7 for (i = 0; i <= hashp->hdr.max_bucket; i++) {
16 for (i = 0; i <= hashp->hdr.max_bucket; i++) {
H A Dhash.h74 u_int32_t max_bucket; /* ID of Maximum bucket in use */ member
H A Dhash_page.c569 (hashp->hdr.nkeys / hashp->hdr.max_bucket) >
/freebsd/lib/libc/db/hash/
H A Dhash.h73 u_int32_t max_bucket; /* ID of Maximum bucket in use */ member
278 #define MAX_BUCKET hdr.max_bucket
H A Dhash.c926 P_32_COPY(srcp->max_bucket, destp->max_bucket); in swap_header_copy()
957 M_32_SWAP(hdrp->max_bucket); in swap_header()
/freebsd/sys/kern/
H A Dsubr_blist.c398 int max_bucket; /* last histo elt with nonzero val */ member
461 if (lo > stats->max_bucket) in update_gap_stats()
462 stats->max_bucket = lo; in update_gap_stats()
485 for (i = 0; i < stats->max_bucket; i++) { in dump_gap_stats()