Home
last modified time | relevance | path

Searched defs:_SpinLock (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dndis.h4000 #define NdisAllocateSpinLock(_SpinLock) KeInitializeSpinLock(&(_SpinLock)->SpinLock) argument
4009 #define NdisFreeSpinLock(_SpinLock) argument
4018 #define NdisAcquireSpinLock(_SpinLock) KeAcquireSpinLock(&(_SpinLock)->SpinLock, &(_SpinLock)->OldI… argument
4027 #define NdisReleaseSpinLock(_SpinLock) KeReleaseSpinLock(&(_SpinLock)->SpinLock,(_SpinLock)->OldIrq… argument
4036 #define NdisDprAcquireSpinLock(_SpinLock) KeAcquireSpinLockAtDpcLevel(&(_SpinLock)->SpinLock) argument
4045 #define NdisDprReleaseSpinLock(_SpinLock) KeReleaseSpinLockFromDpcLevel(&(_SpinLock)->SpinLock) argument
4235 #define NdisInterlockedInsertHeadList(_ListHead, _ListEntry, _SpinLock) \ argument
4245 #define NdisInterlockedInsertTailList(_ListHead, _ListEntry, _SpinLock) \ argument
4254 #define NdisInterlockedRemoveHeadList(_ListHead, _SpinLock) \ argument
4307 #define NdisInterlockedAddUlong(_Addend, _Increment, _SpinLock) \ argument