Searched refs:freeZones (Results 1 – 1 of 1) sorted by relevance
115 struct MT2063_ExclZone_t *freeZones; member380 if (pAS_Info->freeZones != NULL) { in InsertNode()382 pNode = pAS_Info->freeZones; in InsertNode()383 pAS_Info->freeZones = pNode->next_; in InsertNode()417 pNodeToRemove->next_ = pAS_Info->freeZones; in RemoveNode()418 pAS_Info->freeZones = pNodeToRemove; in RemoveNode()496 pAS_Info->freeZones = NULL; /* reset ptr */ in MT2063_ResetExclZones()