Searched refs:hi_next (Results 1 – 5 of 5) sorted by relevance
253 SM_HEAP_ITEM_T *hi_next; member490 for (hi = SmHeapTable[i]; hi != NULL; hi = hi->hi_next)507 hi->hi_next = SmHeapTable[i];541 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)562 *hp = hi->hi_next;566 hi->hi_next = *hp;611 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)631 *hp = hi->hi_next;635 hi->hi_next = *hp;674 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)[all …]
363 blist[i].hi_next = -1; in buildhints()385 while (bp->hi_next != -1) in buildhints()386 bp = &blist[bp->hi_next]; in buildhints()387 bp->hi_next = j; in buildhints()
241 if (bp->hi_next == -1) in _dl_findhint()245 bp = &hbuckets[bp->hi_next]; in _dl_findhint()
238 if (bp->hi_next == -1) in _dl_findhint()242 bp = &hbuckets[bp->hi_next]; in _dl_findhint()
145 int hi_next; /* Next in this bucket */ member