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

  /src/lib/libc/db/hash/
hash_page.c 685 max_free = hashp->SPARES[splitnum];
716 hashp->LAST_FREED = hashp->SPARES[splitnum];
717 hashp->SPARES[splitnum]++;
718 offset = hashp->SPARES[splitnum] -
719 (splitnum ? hashp->SPARES[splitnum - 1] : 0);
729 hashp->SPARES[splitnum] = hashp->SPARES[splitnum-1];
730 hashp->SPARES[splitnum-1]--;
756 hashp->SPARES[splitnum]++;
769 hashp->SPARES[splitnum] = hashp->SPARES[splitnum-1]
    [all...]
hash.h 89 int32_t spares[NCACHED];/* spare pages for overflow */ member in struct:hashhdr
180 ((B) ? hashp->SPARES[__log2((uint32_t)((B)+1))-1] : 0)
295 #define SPARES hdr.spares
hash.c 178 bpages = (hashp->SPARES[hashp->OVFL_POINT] +
293 memset(hashp->SPARES, 0, sizeof(hashp->SPARES));
359 hashp->SPARES[l2] = l2 + 1;
360 hashp->SPARES[l2 + 1] = l2 + 1;
407 "spares[%d] = %d\n", i, hashp->SPARES[i]);
865 hashp->SPARES[spare_ndx] = hashp->SPARES[hashp->OVFL_POINT];
971 P_32_COPY(srcp->spares[i], destp->spares[i])
    [all...]

Completed in 119 milliseconds