Home
last modified time | relevance | path

Searched refs:MAX_POOL_LIST (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPool.c61 #define MAX_POOL_LIST (sizeof (mPoolSizeTable) / sizeof (mPoolSizeTable[0])) macro
74 LIST_ENTRY FreeList[MAX_POOL_LIST];
104 for (Index = 0; Index < MAX_POOL_LIST; Index++) { in GetPoolIndexFromSize()
109 return MAX_POOL_LIST; in GetPoolIndexFromSize()
128 for (Index=0; Index < MAX_POOL_LIST; Index++) { in CoreInitializePool()
178 for (Index=0; Index < MAX_POOL_LIST; Index++) { in LookupPoolHead()
391 ASSERT (Index < MAX_POOL_LIST); in CoreAllocatePoolI()