Searched refs:max_bucket (Results 1 – 7 of 7) sorted by relevance
231 "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()
7 for (i = 0; i <= hashp->hdr.max_bucket; i++) {16 for (i = 0; i <= hashp->hdr.max_bucket; i++) {
74 u_int32_t max_bucket; /* ID of Maximum bucket in use */ member
569 (hashp->hdr.nkeys / hashp->hdr.max_bucket) >
73 u_int32_t max_bucket; /* ID of Maximum bucket in use */ member278 #define MAX_BUCKET hdr.max_bucket
926 P_32_COPY(srcp->max_bucket, destp->max_bucket); in swap_header_copy()957 M_32_SWAP(hdrp->max_bucket); in swap_header()
398 int max_bucket; /* last histo elt with nonzero val */ member461 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()