Home
last modified time | relevance | path

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

/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.c920 P_32_COPY(srcp->max_bucket, destp->max_bucket); in swap_header_copy()
951 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()