Searched refs:SSHIFT (Results 1 – 3 of 3) sorted by relevance
133 segp = hashp->dir[addr >> hashp->SSHIFT]; in __get_buf()225 segp = hashp->dir[bp->addr >> hashp->SSHIFT]; in newbuf()
248 "SEGMENT SHIFT ", hashp->SSHIFT,323 hashp->SSHIFT = DEF_SEGSIZE_SHIFT;846 new_segnum = new_bucket >> hashp->SSHIFT;939 (SEGMENT)calloc(nsegs << hashp->SSHIFT, sizeof(SEGMENT))) == NULL) {947 hashp->dir[i] = &store[i << hashp->SSHIFT];
309 #define SSHIFT hdr.sshift macro