Searched refs:hashHead (Results 1 – 2 of 2) sorted by relevance
152 struct _WsbmListHead *hashHead; in validateListAddNode() local171 hashHead = list->hashTable + hash; in validateListAddNode()172 WSBMLISTADDTAIL(&node->hashHead, hashHead); in validateListAddNode()206 WSBMLISTDEL(&node->hashHead); in validateFreeList()313 WSBMLISTDEL(&node->hashHead); in validateResetList()1062 struct _WsbmListHead *hashHead; in wsbmAddValidateItem() local1069 hashHead = list->hashTable + hash; in wsbmAddValidateItem()1072 for (l = hashHead->next; l != hashHead; l = l->next) { in wsbmAddValidateItem()1074 node = WSBMLISTENTRY(l, struct _ValidateNode, hashHead); in wsbmAddValidateItem()
107 struct _WsbmListHead hashHead; member