Searched refs:ExInterlockedAddLargeStatistic (Results 1 – 7 of 7) sorted by relevance
/reactos/ntoskrnl/include/internal/ |
H A D | io_x.h | 109 ExInterlockedAddLargeStatistic(CountToChange, 1); in IopUpdateOperationCount() 144 ExInterlockedAddLargeStatistic(CountToChange, TransferCount); in IopUpdateTransferCount() 147 ExInterlockedAddLargeStatistic(TransferToChange, TransferCount); in IopUpdateTransferCount()
|
/reactos/ntoskrnl/ex/i386/ |
H A D | fastinterlck_asm.S | 32 PUBLIC @ExInterlockedAddLargeStatistic@8 33 @ExInterlockedAddLargeStatistic@8:
|
/reactos/ntoskrnl/ex/ |
H A D | interlocked.c | 553 ExInterlockedAddLargeStatistic(
|
/reactos/modules/rostests/kmtests/ntos_ex/ |
H A D | ExInterlocked.c | 326 …CheckInterlockedOpLargeNoRet(ExInterlockedAddLargeStatistic, LARGE_INTEGER, "%I64d", Large(15), 17… in TestInterlockedFunctional()
|
/reactos/sdk/include/xdk/ |
H A D | exfuncs.h | 850 #define ExInterlockedAddLargeStatistic(Addend, Increment) \ macro 853 #define ExInterlockedAddLargeStatistic(Addend, Increment) \ macro
|
/reactos/sdk/lib/drivers/rdbsslib/ |
H A D | rdbss.c | 3250 ExInterlockedAddLargeStatistic(&RxDeviceObject->PagingReadBytesRequested, ReadLength); in RxCommonRead() 3254 … ExInterlockedAddLargeStatistic(&RxDeviceObject->NonPagingReadBytesRequested, ReadLength); in RxCommonRead() 3258 ExInterlockedAddLargeStatistic(&RxDeviceObject->CacheReadBytesRequested, ReadLength); in RxCommonRead() 4014 ExInterlockedAddLargeStatistic(&RxDeviceObject->PagingWriteBytesRequested, WriteLength); in RxCommonWrite() 4018 … ExInterlockedAddLargeStatistic(&RxDeviceObject->NonPagingWriteBytesRequested, WriteLength); in RxCommonWrite() 4022 ExInterlockedAddLargeStatistic(&RxDeviceObject->CacheWriteBytesRequested, WriteLength); in RxCommonWrite() 7261 …ExInterlockedAddLargeStatistic(&RxContext->RxDeviceObject->NetworkReadBytesRequested, RxContext->L… in RxLowIoReadShell() 7404 …ExInterlockedAddLargeStatistic(&RxContext->RxDeviceObject->NetworkWriteBytesRequested, RxContext->… in RxLowIoWriteShell()
|
/reactos/ntoskrnl/ |
H A D | ntoskrnl.spec | 103 @ fastcall -arch=i386 ExInterlockedAddLargeStatistic(ptr long)
|