Searched refs:SPARES (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/libc/db/hash/
H A Dhash_page.c660 max_free = hashp->SPARES[splitnum];
691 hashp->LAST_FREED = hashp->SPARES[splitnum];
692 hashp->SPARES[splitnum]++;
693 offset = hashp->SPARES[splitnum] -
694 (splitnum ? hashp->SPARES[splitnum - 1] : 0);
704 hashp->SPARES[splitnum] = hashp->SPARES[splitnum-1];
705 hashp->SPARES[splitnum-1]--;
731 hashp->SPARES[splitnum]++;
744 hashp->SPARES[splitnu
[all...]
H A Dhash.h170 (B) + hashp->HDRPAGES + ((B) ? hashp->SPARES[__log2((B)+1)-1] : 0)
285 #define SPARES hdr.spares macro
H A Dhash.c171 bpages = (hashp->SPARES[hashp->OVFL_POINT] +
286 memset(hashp->SPARES, 0, sizeof(hashp->SPARES));
351 hashp->SPARES[l2] = l2 + 1;
352 hashp->SPARES[l2 + 1] = l2 + 1;
398 "spares[%d] = %d\n", i, hashp->SPARES[i]);
827 hashp->SPARES[spare_ndx] = hashp->SPARES[hashp->OVFL_POINT];

Completed in 37 milliseconds