MiGetNodeStandbyPageCount

VOID __fastcall MiGetNodeStandbyPageCount(_MI_PARTITION *Partition, INT64 NodeNumber, UINT64 Channel){
  __int64 v3; 
  _MI_NODE_INFORMATION *NodeInformation; 
  __int64 v5; 
  _MMPFNLIST_SHORT *v6; 

  v3 = 0i64;
  NodeInformation = Partition->Core.NodeInformation;
  v5 = 8i64;
  v6 = NodeInformation[(unsigned int)NodeNumber].StandbyPageList[(unsigned int)Channel];
  do
  {
    v3 += v6->Total;
    ++v6;
    --v5;
  }
  while( v5 );
}

Referenced by:

MiCheckZeroFreeRebalance
MiRebalanceZeroFreeLists
MiRebuildLargePage
MiRebuildLargePages