Searched refs:pNext (Results 1 – 2 of 2) sorted by relevance
408 struct MT2063_ExclZone_t *pNext = pNodeToRemove->next_; in RemoveNode() local414 pPrevNode->next_ = pNext; in RemoveNode()423 return pNext; in RemoveNode()439 struct MT2063_ExclZone_t *pNext = NULL; in MT2063_AddExclZone() local474 pNext = pNode->next_; in MT2063_AddExclZone()475 while ((pNext != NULL) && (pNext->min_ < pNode->max_)) { in MT2063_AddExclZone()476 if (pNext->max_ > pNode->max_) in MT2063_AddExclZone()477 pNode->max_ = pNext->max_; in MT2063_AddExclZone()479 pNext = RemoveNode(pAS_Info, pNode, pNext); in MT2063_AddExclZone()
5622 struct inactive_raid_component_info *component_info, *pNext; in mpt_inactive_raid_list_free() local5628 list_for_each_entry_safe(component_info, pNext, in mpt_inactive_raid_list_free()