Lines Matching refs:irql

312     KIRQL irql;  in GotoStartState()  local
314 irql = PASSIVE_LEVEL; in GotoStartState()
319 FxIoTarget::Lock(&irql); in GotoStartState()
340 (irql > PASSIVE_LEVEL)) { in GotoStartState()
355 Unlock(irql); in GotoStartState()
362 FxIoTarget::Lock(&irql); in GotoStartState()
386 Unlock(irql); in GotoStartState()
637 KIRQL irql; in GotoStopState() local
642 irql = PASSIVE_LEVEL; in GotoStopState()
645 Lock(&irql); in GotoStopState()
743 Unlock(irql); in GotoStopState()
765 KIRQL irql; in Stop() local
779 Lock(&irql); in Stop()
781 Unlock(irql); in Stop()
811 KIRQL irql; in GotoPurgeState() local
815 irql = PASSIVE_LEVEL; in GotoPurgeState()
818 Lock(&irql); in GotoPurgeState()
913 Unlock(irql); in GotoPurgeState()
939 KIRQL irql; in Purge() local
953 Lock(&irql); in Purge()
955 Unlock(irql); in Purge()
972 KIRQL irql; in GotoRemoveState() local
975 irql = PASSIVE_LEVEL; in GotoRemoveState()
978 this->Lock(&irql); in GotoRemoveState()
991 Unlock(irql); in GotoRemoveState()
993 this->Lock(&irql); in GotoRemoveState()
1059 Unlock(irql); in GotoRemoveState()
1191 KIRQL irql; in FX_VF_METHOD() local
1198 Request->Lock(&irql); in FX_VF_METHOD()
1239 Request->Unlock(irql); in FX_VF_METHOD()
1643 KIRQL irql; in Submit() local
1645 Lock(&irql); in Submit()
1647 Unlock(irql); in Submit()
1664 KIRQL irql; in SubmitSync() local
1847 Lock(&irql); in SubmitSync()
1849 Unlock(irql); in SubmitSync()
2079 KIRQL irql; in TimerCallback() local
2090 Lock(&irql); in TimerCallback()
2124 Unlock(irql); in TimerCallback()
2128 Lock(&irql); in TimerCallback()
2158 Unlock(irql); in TimerCallback()
2187 KIRQL irql; in CompleteCanceledRequest() local
2190 Lock(&irql); in CompleteCanceledRequest()
2208 Unlock(irql); in CompleteCanceledRequest()
2244 KIRQL irql; in HandleFailedResubmit() local
2252 Lock(&irql); in HandleFailedResubmit()
2286 Unlock(irql); in HandleFailedResubmit()
2323 KIRQL irql; in RequestCompletionRoutine() local
2333 Lock(&irql); in RequestCompletionRoutine()
2382 Unlock(irql); in RequestCompletionRoutine()
2541 KIRQL irql; in _RequestCancelled() local
2580 pThis->Lock(&irql); in _RequestCancelled()
2583 pThis->Unlock(irql); in _RequestCancelled()
2633 KIRQL irql; in CancelSentIo() local
2639 Lock(&irql); in CancelSentIo()
2645 Unlock(irql); in CancelSentIo()