Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/db/hash/
HDhash_buf.c121 segment_ndx = addr & (hashp->SGSIZE - 1); in __get_buf()
227 segment_ndx = bp->addr & (hashp->SGSIZE - 1); in newbuf()
HDhash.c162 nsegs = howmany(hashp->MAX_BUCKET + 1, hashp->SGSIZE); in __hash_open()
211 "SEGMENT SIZE ", hashp->SGSIZE, in __hash_open()
280 hashp->SGSIZE = DEF_SEGSIZE; in init_hash()
364 nsegs = (nbuckets - 1) / hashp->SGSIZE + 1; in init_htab()
814 calloc(hashp->SGSIZE, sizeof(SEGMENT))) == NULL) in __expand_table()
HDhash.h275 #define SGSIZE hdr.ssize macro