Searched refs:NumNodePoolElements (Results 1 – 2 of 2) sorted by relevance
149 NumNodePoolElements++; in __AllocateNodePool()161 NumNodePoolElements = 1; in __AllocateNodePool()200 for(i = 0; i < NumNodePoolElements && FreedSize < PoolSizeToFree; i++) in __ReleaseUnusedPool()270 for(i = (PoolType == POOL_TYPE_TRTTL2) ? 0 : 1; Pool && i < NumNodePoolElements; i++) in __GetFreePoolNode()629 NumBO += NumNodePoolElements; in GetNumOfPageTableBOs()660 for(int i = 0; i < NumNodePoolElements; i++) in GetPageTableBOList()690 NumNodePoolElements = 0; in ~GmmPageTableMgr()724 this->NumNodePoolElements = 0; in GmmPageTableMgr()
107 uint32_t NumNodePoolElements; variable