Hi,
As we all now, we can use in our code both ‘Spin lock’ and ‘In-Stack queued
spin lock’ in our code using
KeAcquireSpinLock() & KeAcquireInStackQueuedSpinLock() API functions
correspondingly.
When we write code in NDIS environment we use ‘NDIS spin lock’ and use
NdisAcquireSpinLock() API
I didn’t find any documentation regarding ‘In-Stack queued spin lock’ in
NDIS.
- Is there something like this in NDIS?
- Are there any plans to add such implementation?
Thanks!