Home
last modified time | relevance | path

Searched refs:EProcess (Results 1 – 2 of 2) sorted by relevance

/reactos/ntoskrnl/ke/
H A Dprocobj.c528 PEPROCESS EProcess; in KeQueryValuesProcess() local
544 EProcess = (PEPROCESS)Process; in KeQueryValuesProcess()
545 Values->IoInfo.ReadOperationCount = EProcess->ReadOperationCount.QuadPart; in KeQueryValuesProcess()
546 Values->IoInfo.WriteOperationCount = EProcess->WriteOperationCount.QuadPart; in KeQueryValuesProcess()
547 Values->IoInfo.OtherOperationCount = EProcess->OtherOperationCount.QuadPart; in KeQueryValuesProcess()
548 Values->IoInfo.ReadTransferCount = EProcess->ReadTransferCount.QuadPart; in KeQueryValuesProcess()
549 Values->IoInfo.WriteTransferCount = EProcess->WriteTransferCount.QuadPart; in KeQueryValuesProcess()
550 Values->IoInfo.OtherTransferCount = EProcess->OtherTransferCount.QuadPart; in KeQueryValuesProcess()
/reactos/ntoskrnl/fsrtl/
H A Dfilelock.c755 PEPROCESS EProcess = Process; in FsRtlFastCheckLockForRead() local
774 Found->Exclusive.FileLock.ProcessId == EProcess; in FsRtlFastCheckLockForRead()
790 PEPROCESS EProcess = Process; in FsRtlFastCheckLockForWrite() local
815 Found->Exclusive.FileLock.ProcessId == EProcess; in FsRtlFastCheckLockForWrite()