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

  /src/sys/fs/adosfs/
adlookup.c 161 * walked before, track the count in `tabi'
165 i = uimin(adp->tabi[hval], 0);
176 if (--i < adp->tabi[hval])
177 adp->tabi[hval] = i;
184 if (i != adp->tabi[hval])
187 adp->tabi[hval] = -adp->tabi[hval];
advnops.c 598 if (pap->tabi[hashi] > 0 && pap->tabi[hashi] <= skip) {
599 scanned += pap->tabi[hashi];
624 pap->tabi[hashi] = chainc;
627 } else if (pap->tabi[hashi] <= 0 &&
628 -chainc < pap->tabi[hashi])
629 pap->tabi[hashi] = -chainc;
adosfs.h 93 int *tabi; /* (r/d) table info */ member in struct:anode
advfsops.c 502 ap->tabi = (int *)&ap->tab[ap->ntabent];
503 memset(ap->tabi, 0, ANODETABSZ(ap));

Completed in 12 milliseconds