PpmIdleRemoveConcurrency

__int64 __fastcall PpmIdleRemoveConcurrency(__int64 a1){
  KSPIN_LOCK *v1; 
  LARGE_INTEGER PerformanceCounter; 
  KSPIN_LOCK *v4; 
  v1 = *(KSPIN_LOCK **)(a1 + 33192);
  if( v1 )
  {
    PerformanceCounter = KeQueryPerformanceCounter(0i64);
    PpmIdleUpdateConcurrency(v1, PerformanceCounter.QuadPart, 1, 0);
    v4 = *(KSPIN_LOCK **)(a1 + 33200);
    *(_QWORD *)(a1 + 33192) = 0i64;
    if( v4 )
    {
      PpmIdleUpdateConcurrency(v4, PerformanceCounter.QuadPart, 1, 0);
      *(_QWORD *)(a1 + 33200) = 0i64;
    }
  }
  return 0i64;
}

Referenced by:

No references.