Lines Matching refs:hnext

723 			hhash_table[i].hnext = &hhash_table[i];
1505 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) {
1621 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) {
3183 hp->hnext = hhashp->hnext;
3184 hhashp->hnext->hprev = hp;
3186 hhashp->hnext = hp;
3230 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
3246 hp->hnext->hprev = hp->hprev;
3247 hp->hprev->hnext = hp->hnext;
3430 hp->hnext = hhashp->hnext;
3431 hhashp->hnext->hprev = hp;
3433 hhashp->hnext = hp;
3461 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
3488 hp->hnext->hprev = hp->hprev;
3489 hp->hprev->hnext = hp->hnext;
3523 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
3654 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
3737 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
3815 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
3874 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
3891 dummyhp->hnext->hprev = dummyhp->hprev;
3892 dummyhp->hprev->hnext = dummyhp->hnext;
4031 dummyhp->hnext = hhashp->hnext;
4032 hhashp->hnext->hprev = dummyhp;
4034 hhashp->hnext = dummyhp;
4058 for (dummyhp = hhashp->hnext; dummyhp != hhashp;
4059 dummyhp = dummyhp->hnext)
4145 for (dummyhp = hhashp->hnext; dummyhp != hhashp;
4146 dummyhp = dummyhp->hnext)
4217 for (dummyhp = hhashp->hnext; dummyhp != hhashp;
4218 dummyhp = dummyhp->hnext)
4423 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
4635 hp->hnext = hhashp->hnext;
4636 hhashp->hnext->hprev = hp;
4638 hhashp->hnext = hp;
4677 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) {
4692 hp->hnext->hprev = hp->hprev;
4693 hp->hprev->hnext = hp->hnext;