Searched refs:SPARES (Results 1 – 3 of 3) sorted by relevance
665 max_free = hashp->SPARES[splitnum]; in overflow_page()696 hashp->LAST_FREED = hashp->SPARES[splitnum]; in overflow_page()697 hashp->SPARES[splitnum]++; in overflow_page()698 offset = hashp->SPARES[splitnum] - in overflow_page()699 (splitnum ? hashp->SPARES[splitnum - 1] : 0); in overflow_page()709 hashp->SPARES[splitnum] = hashp->SPARES[splitnum-1]; in overflow_page()710 hashp->SPARES[splitnum-1]--; in overflow_page()736 hashp->SPARES[splitnum]++; in overflow_page()749 hashp->SPARES[splitnum] = hashp->SPARES[splitnum-1]; in overflow_page()750 hashp->SPARES[splitnum-1]--; in overflow_page()[all …]
172 bpages = (hashp->SPARES[hashp->OVFL_POINT] + in __hash_open()287 memset(hashp->SPARES, 0, sizeof(hashp->SPARES)); in init_hash()352 hashp->SPARES[l2] = l2 + 1; in init_htab()353 hashp->SPARES[l2 + 1] = l2 + 1; in init_htab()399 "spares[%d] = %d\n", i, hashp->SPARES[i]); in hdestroy()828 hashp->SPARES[spare_ndx] = hashp->SPARES[hashp->OVFL_POINT]; in __expand_table()
170 (B) + hashp->HDRPAGES + ((B) ? hashp->SPARES[__log2((B)+1)-1] : 0)285 #define SPARES hdr.spares macro