Searched refs:hnext (Results 1 – 5 of 5) sorted by relevance
305 struct hash *hnext; member316 while (hp->hnext) { in hashit()317 hp = hp->hnext; in hashit()330 hp->hnext = hp0->hnext; in hashit()332 hp0->hnext = hp; in hashit()345 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) in flushsh()356 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) { in flushsh()
726 hhash_table[i].hnext = &hhash_table[i]; in bofi_attach()1508 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) { in bofi_ioctl()1624 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) { in bofi_ioctl()3186 hp->hnext = hhashp->hnext; in bofi_map()3187 hhashp->hnext->hprev = hp; in bofi_map()3189 hhashp->hnext = hp; in bofi_map()3233 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) in bofi_map()3249 hp->hnext->hprev = hp->hprev; in bofi_map()3250 hp->hprev->hnext = hp->hnext; in bofi_map()3433 hp->hnext = hhashp->hnext; in bofi_dma_allochdl()[all …]
264 struct hash *hnext; member284 for (hp = bucket[i]; hp != 0; hp = hp->hnext) in hashit()293 hp->hnext = bucket[i]; in hashit()
75 struct bofi_shadow *hnext; /* next on hhash chain */ member
129 static Void_t* hnext(Dt_t* dt, Dtlink_t* l) in hnext() function294 DTRETURN(obj, hnext(dt,lnk));336 DTRETURN(obj, hnext(dt, ll));