Searched refs:hnext (Results 1 – 7 of 7) sorted by relevance
307 struct hash *hnext; member318 while (hp->hnext) { in hashit()319 hp = hp->hnext; in hashit()332 hp->hnext = hp0->hnext; in hashit()334 hp0->hnext = hp; in hashit()347 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) in flushsh()358 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) { in flushsh()
306 struct hash *hnext; member319 while (hp->hnext) {320 hp = hp->hnext;329 hp->hnext = hp0->hnext;331 hp0->hnext = hp;343 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) in flushsh()352 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) { in flushsh()
233 struct hash *hnext; member255 for (hp = bucket[i]; hp != 0; hp = hp->hnext)267 hp->hnext = bucket[i];
723 hhash_table[i].hnext = &hhash_table[i]; in bofi_attach()1505 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) { in bofi_ioctl()1621 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) { in bofi_ioctl()3183 hp->hnext = hhashp->hnext; in bofi_map()3184 hhashp->hnext->hprev = hp; in bofi_map()3186 hhashp->hnext = hp; in bofi_map()3230 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) in bofi_map()3246 hp->hnext->hprev = hp->hprev; in bofi_map()3247 hp->hprev->hnext = hp->hnext; in bofi_map()3430 hp->hnext = hhashp->hnext; in bofi_dma_allochdl()[all …]
266 struct hash *hnext; member286 for (hp = bucket[i]; hp != 0; hp = hp->hnext) in hashit()295 hp->hnext = bucket[i]; in hashit()
201 _sd_hash_hd_t *hnext; in _sd_hash_search() local208 for (hptr = bucket->hb_head; hptr; hptr = hnext) { in _sd_hash_search()212 hnext = hptr->hh_next; in _sd_hash_search()
75 struct bofi_shadow *hnext; /* next on hhash chain */ member