ViDeadlockDetectionApplySettings

VOID __stdcall ViDeadlockDetectionApplySettings(){
  UINT8 v0; 

  if( (MmVerifierData & 0x20) != 0 )
  {
    v0 = ViRaiseIrqlToDpcLevel();
    ViDeadlockDetectionLock(1ui64);
    ViDeadlockDetectionEnabled = 1;
    ViDeadlockDetectionUnlock(1ui64);
    ViLowerIrql(v0);
  }
  else
  {
    ViDeadlockEmptyDatabase();
  }
}

Referenced by:

VfDeadlockInitialize
VfSettingsCheckForChanges