PpmPerfApplyLatencyHints

INT64 __fastcall PpmPerfApplyLatencyHints(){
  INT64 result; 
  INT64 i; 
  unsigned int j; 
  __int64 v3; 
  if( PpmCheckLatencyBoostActive )
  {
    for( i = PpmPerfDomainHead; (INT64 *)i != &PpmPerfDomainHead; i = *(_QWORD *)i )
    {
      for( j = 0; j < *(_DWORD *)(i + 200); ++j )
      {
        result = *(_QWORD *)(i + 216);
        v3 = *(_QWORD *)(136i64 * j + result);
        if( v3 )
          result = PpmPerfApplyLatencyHint(v3);
      }
    }
  }
  LOBYTE(result) = 1;
  return result;
}

Referenced by:

No references.