ExIsFastResourceContended

NTSTATUS __stdcall ExIsFastResourceContended(ULONG_PTR BugCheckParameter2){
  NTSTATUS result; 

  if( (*(_BYTE *)(*(_QWORD *)&BugCheckParameter2 + 26i64) & 1) == 0 )
    KeBugCheckEx(0x1C6u, (PVOID)3, *(PVOID *)&BugCheckParameter2, 0i64, 0i64);
  result = KeGetCurrentIrql();
  if( (unsigned __int8)result > 2u )
    KeBugCheckEx(0x1C6u, 0i64, (PVOID)(unsigned __int8)result, (PVOID)2, 0i64);
  LOBYTE(result) = *(_DWORD *)(*(_QWORD *)&BugCheckParameter2 + 72i64)
                || *(_DWORD *)(*(_QWORD *)&BugCheckParameter2 + 76i64);
  return result;
}

Referenced by:

No references.