MiPageCombiningActive

NTSTATUS __stdcall MiPageCombiningActive(_MI_PARTITION *Partition){
  bool v1; 

  if( Partition )
    v1 = Partition->PageCombine.CombiningThreadCount == 0;
  else
    v1 = *(&stru_140C4DB30 + 469) == 0;
  return !v1;
}

Referenced by:

MiAbortCombineScan
MiChangePageAttribute
MiSignalLargePageRebuild