Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash_buf.c118 segment_ndx = addr & (hashp->SGSIZE - 1); in __get_buf()
224 segment_ndx = bp->addr & (hashp->SGSIZE - 1); in newbuf()
H A Dhash.c159 nsegs = howmany(hashp->MAX_BUCKET + 1, hashp->SGSIZE); in __hash_open()
208 "SEGMENT SIZE ", hashp->SGSIZE, in __hash_open()
277 hashp->SGSIZE = DEF_SEGSIZE; in init_hash()
361 nsegs = (nbuckets - 1) / hashp->SGSIZE + 1; in init_htab()
811 calloc(hashp->SGSIZE, sizeof(SEGMENT))) == NULL) in __expand_table()
H A Dhash.h273 #define SGSIZE hdr.ssize macro