Searched refs:freeZones (Results 1 – 1 of 1) sorted by relevance
106 struct MT2063_ExclZone_t *freeZones; member371 if (pAS_Info->freeZones != NULL) { in InsertNode()373 pNode = pAS_Info->freeZones; in InsertNode()374 pAS_Info->freeZones = pNode->next_; in InsertNode()408 pNodeToRemove->next_ = pAS_Info->freeZones; in RemoveNode()409 pAS_Info->freeZones = pNodeToRemove; in RemoveNode()487 pAS_Info->freeZones = NULL; /* reset ptr */ in MT2063_ResetExclZones()