Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 3.04 KB

wdm-cancelspinlock.md

File metadata and controls

53 lines (44 loc) · 3.04 KB
title description ms.date keywords topic_type ms.topic api_name api_type
CancelSpinLock Rule (WDM)
The CancelSpinLock rule specifies that the driver calls IoAcquireCancelSpinLock before calling IoReleaseCancelSpinLock and that the driver calls IoReleaseCancelSpinLock before any subsequent calls to IoAcquireCancelSpinLock.
05/21/2018
CancelSpinLock rule (wdm)
apiref
reference
CancelSpinLock
NA

CancelSpinLock rule (wdm)

The CancelSpinLock rule specifies that the driver calls IoAcquireCancelSpinLock before calling IoReleaseCancelSpinLock and that the driver calls IoReleaseCancelSpinLock before any subsequent calls to IoAcquireCancelSpinLock.

This rule also specifies that the driver must not hold any spin locks when the dispatch routine or cancel routine ends. Nested calls are permitted.

Driver model: WDM

How to test

At compile time

Run Static Driver Verifier and specify the CancelSpinLock rule.

Use the following steps to run an analysis of your code:
  1. Prepare your code (use role type declarations).
  2. Run Static Driver Verifier.
  3. View and analyze the results.

For more information, see Using Static Driver Verifier to Find Defects in Drivers.

Applies to

IoAcquireCancelSpinLock IoReleaseCancelSpinLock RemoveHeadList