HomeSort by: relevance | last modified time | path
    Searched refs:SGSIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/db/hash/
hash_buf.c 126 segment_ndx = addr & (hashp->SGSIZE - 1);
210 segment_ndx = bp->addr & (hashp->SGSIZE - 1);
hash.h 284 #define SGSIZE hdr.ssize
hash.c 168 nsegs = (hashp->MAX_BUCKET + 1 + hashp->SGSIZE - 1) /
169 hashp->SGSIZE;
219 "SEGMENT SIZE ", hashp->SGSIZE,
288 hashp->SGSIZE = DEF_SEGSIZE;
374 nsegs = (nbuckets - 1) / hashp->SGSIZE + 1;
853 calloc((size_t)hashp->SGSIZE, sizeof(SEGMENT))) == NULL)

Completed in 13 milliseconds