Searched refs:hi_next (Results 1 – 2 of 2) sorted by relevance
260 SM_HEAP_ITEM_T *hi_next; member497 for (hi = SmHeapTable[i]; hi != NULL; hi = hi->hi_next)514 hi->hi_next = SmHeapTable[i];548 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)569 *hp = hi->hi_next;573 hi->hi_next = *hp;618 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)638 *hp = hi->hi_next;642 hi->hi_next = *hp;681 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)[all …]
283 int hi_next; /* Next in this bucket */ member