PnpFindBestConfiguration

__int64 __fastcall PnpFindBestConfiguration(INT64 RequestTable, UINT64 RequestTableCount, _LIST_ENTRY *ArbiterList){
  unsigned int v4; 
  unsigned int i; 
  __int64 result; 

  v4 = RequestTableCount;
  for( i = 0; i < 2; ++i )
  {
    result = PnpFindBestConfigurationWorker(RequestTable, v4, ArbiterList, i);
    if( (int)result >= 0 )
      break;
  }
  return result;
}

Referenced by:

PnpAllocateResources
PnpReallocateResources
PnpRebalance
PnpRestoreResourcesInternal