Searched refs:cndx (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/libc/db/hash/
H A Dhash.c716 hashp->cndx = 1;
724 bucket++, hashp->cndx = 1) {
741 hashp->cndx += 2;
742 if (hashp->cndx > bp[0]) {
745 hashp->cndx = 1;
755 while (bp[hashp->cndx + 1] == OVFLPAGE) {
757 __get_buf(hashp, bp[hashp->cndx], bufp, 0);
761 hashp->cndx = 1;
768 ndx = hashp->cndx;
H A Dhash.h102 int cndx; /* Index of next item on cpage */ member in struct:htab
H A Dhash_bigkey.c411 hashp->cndx = 1;
417 hashp->cndx = 1;
465 hashp->cndx = 1;
H A Dhash_page.c159 if (ndx == hashp->cndx) {
162 * By moving back the cndx we ensure subsequent
165 hashp->cndx -= 2;

Completed in 21 milliseconds