Home
last modified time | relevance | path

Searched refs:hashHead (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libwsbm/src/
Dwsbm_manager.c152 struct _WsbmListHead *hashHead; in validateListAddNode() local
171 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() local
1069 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()
Dwsbm_driver.h107 struct _WsbmListHead hashHead; member