Home
last modified time | relevance | path

Searched refs:ExInterlockedAddLargeStatistic (Results 1 – 7 of 7) sorted by relevance

/reactos/ntoskrnl/include/internal/
H A Dio_x.h109 ExInterlockedAddLargeStatistic(CountToChange, 1); in IopUpdateOperationCount()
144 ExInterlockedAddLargeStatistic(CountToChange, TransferCount); in IopUpdateTransferCount()
147 ExInterlockedAddLargeStatistic(TransferToChange, TransferCount); in IopUpdateTransferCount()
/reactos/ntoskrnl/ex/i386/
H A Dfastinterlck_asm.S32 PUBLIC @ExInterlockedAddLargeStatistic@8
33 @ExInterlockedAddLargeStatistic@8:
/reactos/ntoskrnl/ex/
H A Dinterlocked.c553 ExInterlockedAddLargeStatistic(
/reactos/modules/rostests/kmtests/ntos_ex/
H A DExInterlocked.c326 …CheckInterlockedOpLargeNoRet(ExInterlockedAddLargeStatistic, LARGE_INTEGER, "%I64d", Large(15), 17… in TestInterlockedFunctional()
/reactos/sdk/include/xdk/
H A Dexfuncs.h850 #define ExInterlockedAddLargeStatistic(Addend, Increment) \ macro
853 #define ExInterlockedAddLargeStatistic(Addend, Increment) \ macro
/reactos/sdk/lib/drivers/rdbsslib/
H A Drdbss.c3250 ExInterlockedAddLargeStatistic(&RxDeviceObject->PagingReadBytesRequested, ReadLength); in RxCommonRead()
3254ExInterlockedAddLargeStatistic(&RxDeviceObject->NonPagingReadBytesRequested, ReadLength); in RxCommonRead()
3258 ExInterlockedAddLargeStatistic(&RxDeviceObject->CacheReadBytesRequested, ReadLength); in RxCommonRead()
4014 ExInterlockedAddLargeStatistic(&RxDeviceObject->PagingWriteBytesRequested, WriteLength); in RxCommonWrite()
4018ExInterlockedAddLargeStatistic(&RxDeviceObject->NonPagingWriteBytesRequested, WriteLength); in RxCommonWrite()
4022 ExInterlockedAddLargeStatistic(&RxDeviceObject->CacheWriteBytesRequested, WriteLength); in RxCommonWrite()
7261ExInterlockedAddLargeStatistic(&RxContext->RxDeviceObject->NetworkReadBytesRequested, RxContext->L… in RxLowIoReadShell()
7404ExInterlockedAddLargeStatistic(&RxContext->RxDeviceObject->NetworkWriteBytesRequested, RxContext->… in RxLowIoWriteShell()
/reactos/ntoskrnl/
H A Dntoskrnl.spec103 @ fastcall -arch=i386 ExInterlockedAddLargeStatistic(ptr long)