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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
H A 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++) {
109 return MAX_POOL_LIST;
128 for (Index=0; Index < MAX_POOL_LIST; Index++) {
178 for (Index=0; Index < MAX_POOL_LIST; Index++) {
391 ASSERT (Index < MAX_POOL_LIST);

Completed in 53 milliseconds