Searched refs:pNext (Results 1 – 2 of 2) sorted by relevance
399 struct MT2063_ExclZone_t *pNext = pNodeToRemove->next_; in RemoveNode() local405 pPrevNode->next_ = pNext; in RemoveNode()414 return pNext; in RemoveNode()430 struct MT2063_ExclZone_t *pNext = NULL; in MT2063_AddExclZone() local465 pNext = pNode->next_; in MT2063_AddExclZone()466 while ((pNext != NULL) && (pNext->min_ < pNode->max_)) { in MT2063_AddExclZone()467 if (pNext->max_ > pNode->max_) in MT2063_AddExclZone()468 pNode->max_ = pNext->max_; in MT2063_AddExclZone()470 pNext = RemoveNode(pAS_Info, pNode, pNext); in MT2063_AddExclZone()
5628 struct inactive_raid_component_info *component_info, *pNext; in mpt_inactive_raid_list_free() local5634 list_for_each_entry_safe(component_info, pNext, in mpt_inactive_raid_list_free()