Home
last modified time | relevance | path

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

/reactos/ntoskrnl/include/internal/
H A Dex.h594 return (ULONG)FastRef.RefCnt; in ExGetCountFastReference()
629 if (OldValue.RefCnt) in ExAcquireFastReference()
664 if (((OldValue.RefCnt + MAX_FAST_REFS) > MAX_FAST_REFS) || in ExInsertFastReference()
/reactos/sdk/include/ndk/
H A Dextypes.h423 ULONG_PTR RefCnt:3; member