Home
last modified time | relevance | path

Searched refs:OldIrql (Results 1 – 25 of 256) sorted by relevance

1234567891011

/reactos/ntoskrnl/ke/amd64/
H A Dspinlock.c26 KIRQL OldIrql; in KeAcquireSpinLockRaiseToSynch() local
33 return OldIrql; in KeAcquireSpinLockRaiseToSynch()
43 KIRQL OldIrql; in KeAcquireSpinLockRaiseToDpc() local
50 return OldIrql; in KeAcquireSpinLockRaiseToDpc()
59 KIRQL OldIrql) in KeReleaseSpinLock() argument
63 KeLowerIrql(OldIrql); in KeReleaseSpinLock()
72 KIRQL OldIrql; in KeAcquireQueuedSpinLock() local
79 return OldIrql; in KeAcquireQueuedSpinLock()
88 KIRQL OldIrql; in KeAcquireQueuedSpinLockRaiseToSynch() local
95 return OldIrql; in KeAcquireQueuedSpinLockRaiseToSynch()
[all …]
/reactos/hal/halx86/generic/
H A Dspinlock.c51 KIRQL OldIrql; in KeAcquireSpinLockRaiseToSynch() local
58 return OldIrql; in KeAcquireSpinLockRaiseToSynch()
68 KIRQL OldIrql; in KfAcquireSpinLock() local
73 return OldIrql; in KfAcquireSpinLock()
82 KIRQL OldIrql) in KfReleaseSpinLock() argument
86 KeLowerIrql(OldIrql); in KfReleaseSpinLock()
96 KIRQL OldIrql; in KeAcquireQueuedSpinLock() local
103 return OldIrql; in KeAcquireQueuedSpinLock()
113 KIRQL OldIrql; in KeAcquireQueuedSpinLockRaiseToSynch() local
120 return OldIrql; in KeAcquireQueuedSpinLockRaiseToSynch()
[all …]
/reactos/hal/halarm/generic/
H A Dspinlock.c28 PKIRQL OldIrql) in KeRaiseIrql() argument
31 *OldIrql = KfRaiseIrql(NewIrql); in KeRaiseIrql()
51 PKIRQL OldIrql) in KeAcquireSpinLock() argument
54 *OldIrql = KfAcquireSpinLock(SpinLock); in KeAcquireSpinLock()
97 KIRQL OldIrql) in KfReleaseSpinLock() argument
100 KeLowerIrql(OldIrql); in KfReleaseSpinLock()
155 IN KIRQL OldIrql) in KeReleaseQueuedSpinLock() argument
158 KfLowerIrql(OldIrql); in KeReleaseQueuedSpinLock()
169 KfLowerIrql(LockHandle->OldIrql); in KeReleaseInStackQueuedSpinLock()
181 KeRaiseIrql(SYNCH_LEVEL, OldIrql); in KeTryToAcquireQueuedSpinLockRaiseToSynch()
[all …]
/reactos/drivers/network/tcpip/ip/network/
H A Dinterface.c48 KIRQL OldIrql; in CountInterfaces() local
51 TcpipAcquireSpinLock(&InterfaceListLock, &OldIrql); in CountInterfaces()
57 TcpipReleaseSpinLock(&InterfaceListLock, OldIrql); in CountInterfaces()
92 KIRQL OldIrql; in AddrLocateInterface() local
96 TcpipAcquireSpinLock(&InterfaceListLock, &OldIrql); in AddrLocateInterface()
106 TcpipReleaseSpinLock(&InterfaceListLock, OldIrql); in AddrLocateInterface()
158 KIRQL OldIrql; in GetDefaultInterface() local
164 TcpipAcquireSpinLock(&InterfaceListLock, &OldIrql); in GetDefaultInterface()
213 TcpipReleaseSpinLock(&InterfaceListLock, OldIrql); in GetDefaultInterface()
230 KIRQL OldIrql; in FindOnLinkInterface() local
[all …]
H A Dports.c36 KIRQL OldIrql; in DeallocatePort() local
42 KeAcquireSpinLock( &PortSet->Lock, &OldIrql ); in DeallocatePort()
44 KeReleaseSpinLock( &PortSet->Lock, OldIrql ); in DeallocatePort()
49 KIRQL OldIrql; in AllocatePort() local
61 KeAcquireSpinLock( &PortSet->Lock, &OldIrql ); in AllocatePort()
64 KeReleaseSpinLock( &PortSet->Lock, OldIrql ); in AllocatePort()
71 KIRQL OldIrql; in AllocateAnyPort() local
78 KeReleaseSpinLock( &PortSet->Lock, OldIrql ); in AllocateAnyPort()
81 KeReleaseSpinLock( &PortSet->Lock, OldIrql ); in AllocateAnyPort()
88 KIRQL OldIrql; in AllocatePortFromRange() local
[all …]
H A Dneighbor.c191 KIRQL OldIrql; in NBShutdown() local
239 KIRQL OldIrql; in NBDestroyNeighborsForInterface() local
244 KeRaiseIrql(DISPATCH_LEVEL, &OldIrql); in NBDestroyNeighborsForInterface()
270 KeLowerIrql(OldIrql); in NBDestroyNeighborsForInterface()
298 KIRQL OldIrql; in NBAddNeighbor() local
360 KIRQL OldIrql; in NBUpdateNeighbor() local
389 KIRQL OldIrql; in NBResetNeighborTimeout() local
434 KIRQL OldIrql; in NBLocateNeighbor() local
555 KIRQL OldIrql; in NBQueuePacket() local
603 KIRQL OldIrql; in NBRemoveNeighbor() local
[all …]
H A Dreceive.c131 KIRQL OldIrql; in RemoveIPDR() local
153 KIRQL OldIrql; in GetReassemblyInfo() local
252 KIRQL OldIrql, in Cleanup() argument
265 TcpipReleaseSpinLock(Lock, OldIrql); in Cleanup()
284 KIRQL OldIrql; in ProcessFragment() local
378 Cleanup(&IPDR->Lock, OldIrql, IPDR); in ProcessFragment()
391 Cleanup(&IPDR->Lock, OldIrql, IPDR); in ProcessFragment()
426 Cleanup(&IPDR->Lock, OldIrql, IPDR); in ProcessFragment()
459 TcpipReleaseSpinLock(&IPDR->Lock, OldIrql); in ProcessFragment()
481 TcpipReleaseSpinLock(&IPDR->Lock, OldIrql); in ProcessFragment()
[all …]
H A Drouter.c250 KIRQL OldIrql; in RouterGetRoute() local
262 TcpipAcquireSpinLock(&FIBLock, &OldIrql); in RouterGetRoute()
289 TcpipReleaseSpinLock(&FIBLock, OldIrql); in RouterGetRoute()
343 KIRQL OldIrql; in RouterRemoveRoutesForInterface() local
361 TcpipReleaseSpinLock(&FIBLock, OldIrql); in RouterRemoveRoutesForInterface()
374 KIRQL OldIrql; in RouterRemoveRoute() local
413 TcpipReleaseSpinLock(&FIBLock, OldIrql); in RouterRemoveRoute()
441 KIRQL OldIrql; in RouterCreateRoute() local
468 TcpipReleaseSpinLock(&FIBLock, OldIrql); in RouterCreateRoute()
508 KIRQL OldIrql; in RouterShutdown() local
[all …]
/reactos/drivers/wdm/audio/drivers/ac97/
H A Dwavepcistream.cpp207 KIRQL OldIrql; in PowerChangeNotify_() local
209 KeAcquireSpinLock (&MapLock,&OldIrql); in PowerChangeNotify_()
233 KeReleaseSpinLock (&MapLock,OldIrql); in PowerChangeNotify_()
246 KIRQL OldIrql; in STDMETHODIMP_() local
391 KIRQL OldIrql; in STDMETHODIMP_() local
439 KeReleaseSpinLock (&MapLock, OldIrql); in STDMETHODIMP_()
462 KIRQL OldIrql; in STDMETHODIMP_() local
555 KIRQL OldIrql; in GetNewMappings() local
721 KeReleaseSpinLock (&MapLock,OldIrql); in GetNewMappings()
737 KIRQL OldIrql; in ReleaseUsedMappings() local
[all …]
/reactos/ntoskrnl/mm/ARM3/
H A Dsession.c169 KIRQL OldIrql; in MiSessionLeader() local
215 KIRQL OldIrql; in MiReleaseProcessReferenceToSessionDataPage() local
259 MiReleasePfnLock(OldIrql); in MiReleaseProcessReferenceToSessionDataPage()
276 KIRQL OldIrql; in MiDereferenceSessionFinal() local
395 KIRQL OldIrql; in MiSessionRemoveProcess() local
426 KIRQL OldIrql; in MiSessionAddProcess() local
463 KIRQL OldIrql; in MiSessionInitializeWorkingSetList() local
607 KIRQL OldIrql; in MiSessionCreateInternal() local
924 KIRQL OldIrql; in _IRQL_requires_max_() local
991 KIRQL OldIrql; in _IRQL_requires_max_() local
[all …]
/reactos/ntoskrnl/ke/
H A Deventobj.c72 KIRQL OldIrql; in KePulseEvent() local
79 OldIrql = KiAcquireDispatcherLock(); in KePulseEvent()
101 KiReleaseDispatcherLock(OldIrql); in KePulseEvent()
108 Thread->WaitIrql = OldIrql; in KePulseEvent()
135 KIRQL OldIrql; in KeResetEvent() local
141 OldIrql = KiAcquireDispatcherLock(); in KeResetEvent()
150 KiReleaseDispatcherLock(OldIrql); in KeResetEvent()
163 KIRQL OldIrql; in KeSetEvent() local
217 Thread->WaitIrql = OldIrql; in KeSetEvent()
232 KIRQL OldIrql; in KeSetEventBoostPriority() local
[all …]
H A Dthrdobj.c55 KIRQL OldIrql; in KeQueryBasePriorityThread() local
80 KeLowerIrql(OldIrql); in KeQueryBasePriorityThread()
108 KIRQL OldIrql; in KeReadyThread() local
223 KIRQL OldIrql; in KeBoostPriorityThread() local
432 KIRQL OldIrql; in KeRundownThread() local
1023 KIRQL OldIrql; in KeRevertToUserAffinityThread() local
1070 KIRQL OldIrql; in KeSetIdealProcessorThread() local
1109 KIRQL OldIrql; in KeSetSystemAffinityThread() local
1179 KIRQL OldIrql; in KeSetBasePriorityThread() local
1298 KIRQL OldIrql; in KeSetAffinityThread() local
[all …]
H A Dfreeze.c30 KIRQL OldIrql; in KeFreezeExecution() local
43 OldIrql = KeGetCurrentIrql(); in KeFreezeExecution()
44 if (OldIrql < DISPATCH_LEVEL) in KeFreezeExecution()
45 OldIrql = KeRaiseIrqlToDpcLevel(); in KeFreezeExecution()
48 KeRaiseIrql(HIGH_LEVEL, &OldIrql); in KeFreezeExecution()
57 KiOldIrql = OldIrql; in KeFreezeExecution()
/reactos/hal/halx86/pic/
H A Dpic.c407 KfLowerIrql(IN KIRQL OldIrql) in KfLowerIrql() argument
416 if (OldIrql > Pcr->Irql) in KfLowerIrql()
429 Pcr->Irql = OldIrql; in KfLowerIrql()
507 Pcr->Irql = OldIrql; in HalpEndSoftwareInterrupt2()
570 *OldIrql = CurrentIrql; in _HalpDismissIrqGeneric()
696 _Out_ PKIRQL OldIrql) in HalpDismissIrq08() argument
878 _Out_ PKIRQL OldIrql) in HalpDismissIrq08Level() argument
1049 Pcr->Irql = OldIrql; in HalEndSystemInterrupt2()
1202 KIRQL OldIrql; in HalpDispatchInterrupt2() local
1210 Pcr->Irql = OldIrql; in HalpDispatchInterrupt2()
[all …]
/reactos/ntoskrnl/io/iomgr/
H A Diotimer.c37 KIRQL OldIrql; in IopTimerDispatch() local
46 KeAcquireSpinLock(&IopTimerLock, &OldIrql); in IopTimerDispatch()
64 KeReleaseSpinLock(&IopTimerLock, OldIrql); in IopTimerDispatch()
72 KIRQL OldIrql; in IopRemoveTimerFromTimerList() local
75 KeAcquireSpinLock(&IopTimerLock, &OldIrql); in IopRemoveTimerFromTimerList()
82 KeReleaseSpinLock(&IopTimerLock, OldIrql); in IopRemoveTimerFromTimerList()
135 KIRQL OldIrql; in IoStartTimer() local
157 KeReleaseSpinLock(&IopTimerLock, OldIrql); in IoStartTimer()
168 KIRQL OldIrql; in IoStopTimer() local
172 KeAcquireSpinLock(&IopTimerLock, &OldIrql); in IoStopTimer()
[all …]
/reactos/ntoskrnl/ke/i386/
H A Dirqobj.c136 IN KIRQL OldIrql, in KiExitInterrupt() argument
164 KIRQL OldIrql; in KiUnexpectedInterruptTailHandler() local
200 KIRQL OldIrql; in KiInterruptDispatch() local
234 KIRQL OldIrql, OldInterruptIrql = 0; in KiChainedDispatch() local
397 KIRQL Irql, OldIrql; in KeConnectInterrupt() local
478 KiReleaseDispatcherLock(OldIrql); in KeConnectInterrupt()
500 KIRQL OldIrql, Irql; in KeDisconnectInterrupt() local
572 KiReleaseDispatcherLock(OldIrql); in KeDisconnectInterrupt()
589 KIRQL OldIrql; in KeSynchronizeExecution() local
593 &OldIrql); in KeSynchronizeExecution()
[all …]
/reactos/sdk/lib/drivers/wdf/shared/object/
H A Dfxobjectstatemachine.cpp787 __in __drv_restoresIRQL KIRQL OldIrql, in __drv_requiresIRQL()
858 __in __drv_restoresIRQL KIRQL OldIrql, in __drv_requiresIRQL()
888 m_SpinLock.Release(OldIrql); in __drv_requiresIRQL()
901 __in __drv_restoresIRQL KIRQL OldIrql, in __drv_requiresIRQL()
930 m_SpinLock.Release(OldIrql); in __drv_requiresIRQL()
1105 m_SpinLock.Release(OldIrql); in __drv_requiresIRQL()
1145 m_SpinLock.Release(OldIrql); in __drv_requiresIRQL()
1151 m_SpinLock.Release(OldIrql); in __drv_requiresIRQL()
1162 m_SpinLock.Acquire(&OldIrql); in __drv_requiresIRQL()
1169 m_SpinLock.Release(OldIrql); in __drv_requiresIRQL()
[all …]
/reactos/ntoskrnl/cc/
H A Dlazywrite.c57 KIRQL OldIrql; in CcPostWorkQueue() local
61 OldIrql = KeAcquireQueuedSpinLock(LockQueueWorkQueueLock); in CcPostWorkQueue()
82 KeReleaseQueuedSpinLock(LockQueueWorkQueueLock, OldIrql); in CcPostWorkQueue()
149 KIRQL OldIrql; in CcLazyWriteScan() local
156 OldIrql = KeAcquireQueuedSpinLock(LockQueueMasterLock); in CcLazyWriteScan()
167 KeReleaseQueuedSpinLock(LockQueueMasterLock, OldIrql); in CcLazyWriteScan()
206 KeReleaseQueuedSpinLock(LockQueueMasterLock, OldIrql); in CcLazyWriteScan()
239 KIRQL OldIrql; in CcWorkerThread() local
380 KIRQL OldIrql; in CcWaitForCurrentLazyWriterActivity() local
397 OldIrql = KeAcquireQueuedSpinLock(LockQueueMasterLock); in CcWaitForCurrentLazyWriterActivity()
[all …]
/reactos/drivers/sac/driver/
H A Dmemory.c65 KIRQL OldIrql; in FreeMemoryManagement() local
69 KeAcquireSpinLock(&MemoryLock, &OldIrql); in FreeMemoryManagement()
75 KeReleaseSpinLock(&MemoryLock, OldIrql); in FreeMemoryManagement()
85 KeReleaseSpinLock(&MemoryLock, OldIrql); in FreeMemoryManagement()
102 KIRQL OldIrql; in MyAllocatePool()
112 KeAcquireSpinLock(&MemoryLock, &OldIrql); in MyAllocatePool()
117 KeAcquireSpinLock(&MemoryLock, &OldIrql); in MyAllocatePool()
218 KeReleaseSpinLock(&MemoryLock, OldIrql); in MyAllocatePool()
242 KIRQL OldIrql; in MyFreePool()
255 KeAcquireSpinLock(&MemoryLock, &OldIrql); in MyFreePool()
[all …]
/reactos/ntoskrnl/ke/arm/
H A Dexp.c25 KIRQL OldIrql; in KeContextToTrapFrame() local
30 OldIrql = KeGetCurrentIrql(); in KeContextToTrapFrame()
31 if (OldIrql < APC_LEVEL) KeRaiseIrql(APC_LEVEL, &OldIrql); in KeContextToTrapFrame()
81 if (OldIrql < APC_LEVEL) KeLowerIrql(OldIrql); in KeContextToTrapFrame()
90 KIRQL OldIrql; in KeTrapFrameToContext() local
95 OldIrql = KeGetCurrentIrql(); in KeTrapFrameToContext()
96 if (OldIrql < APC_LEVEL) KeRaiseIrql(APC_LEVEL, &OldIrql); in KeTrapFrameToContext()
146 if (OldIrql < APC_LEVEL) KeLowerIrql(OldIrql); in KeTrapFrameToContext()
/reactos/drivers/usb/usbport/
H A Dendpoint.c305 KIRQL OldIrql; in USBPORT_NukeAllEndpoints() local
369 KIRQL OldIrql; in USBPORT_SetEndpointState() local
503 KIRQL OldIrql; in USBPORT_DeleteEndpoint() local
556 KIRQL OldIrql; in MiniportCloseEndpoint() local
601 KIRQL OldIrql; in USBPORT_ClosePipe() local
727 KIRQL OldIrql; in MiniportOpenEndpoint() local
783 KIRQL OldIrql; in USBPORT_OpenPipe() local
1284 KIRQL OldIrql; in USBPORT_FlushClosedEndpointList() local
1326 KIRQL OldIrql; in USBPORT_InvalidateEndpointHandler() local
1424 KIRQL OldIrql; in USBPORT_DmaEndpointPaused() local
[all …]
H A Dpower.c21 KIRQL OldIrql; in USBPORT_CompletePdoWaitWake() local
29 KeAcquireSpinLock(&FdoExtension->PowerWakeSpinLock, &OldIrql); in USBPORT_CompletePdoWaitWake()
36 KeReleaseSpinLock(&FdoExtension->PowerWakeSpinLock, OldIrql); in USBPORT_CompletePdoWaitWake()
47 KeReleaseSpinLock(&FdoExtension->PowerWakeSpinLock, OldIrql); in USBPORT_CompletePdoWaitWake()
151 KIRQL OldIrql; in USBPORT_ResumeController() local
169 KeReleaseSpinLock(&FdoExtension->TimerFlagsSpinLock, OldIrql); in USBPORT_ResumeController()
190 KeReleaseSpinLock(&FdoExtension->TimerFlagsSpinLock, OldIrql); in USBPORT_ResumeController()
297 KIRQL OldIrql; in USBPORT_CancelPendingWakeIrp() local
313 KeReleaseSpinLock(&FdoExtension->PowerWakeSpinLock, OldIrql); in USBPORT_CancelPendingWakeIrp()
330 KIRQL OldIrql; in USBPORT_PdoPower() local
[all …]
/reactos/drivers/network/tcpip/tcpip/
H A Dinfo.c17 KIRQL OldIrql; in AddEntity() local
21 TcpipAcquireSpinLock(&EntityListLock, &OldIrql); in AddEntity()
43 TcpipReleaseSpinLock(&EntityListLock, OldIrql); in AddEntity()
49 KIRQL OldIrql; in RemoveEntityByContext() local
51 TcpipAcquireSpinLock(&EntityListLock, &OldIrql); in RemoveEntityByContext()
65 TcpipReleaseSpinLock(&EntityListLock, OldIrql); in RemoveEntityByContext()
71 KIRQL OldIrql; in GetContext() local
74 TcpipAcquireSpinLock(&EntityListLock, &OldIrql); in GetContext()
92 TcpipReleaseSpinLock(&EntityListLock, OldIrql); in GetContext()
116 KIRQL OldIrql; in InfoTdiQueryEntityType() local
[all …]
/reactos/hal/halx86/apic/
H A Dapic.c561 KIRQL OldIrql; in HalpApcInterruptHandler() local
598 ApicLowerIrql(OldIrql); in HalpApcInterruptHandler()
609 KIRQL OldIrql; in HalpDispatchInterruptHandler() local
639 ApicLowerIrql(OldIrql); in HalpDispatchInterruptHandler()
751 OUT PKIRQL OldIrql) in HalBeginSystemInterrupt() argument
800 *OldIrql = CurrentIrql; in HalBeginSystemInterrupt()
815 IN KIRQL OldIrql, in HalEndSystemInterrupt() argument
840 IN KIRQL OldIrql) in KfLowerIrql() argument
859 KIRQL OldIrql; in KfRaiseIrql() local
865 if (OldIrql > NewIrql) in KfRaiseIrql()
[all …]
/reactos/ntoskrnl/mm/
H A Drmap.c61 KIRQL OldIrql; in MmPageOutPhysicalAddress() local
64 OldIrql = MiAcquirePfnLock(); in MmPageOutPhysicalAddress()
73 MiReleasePfnLock(OldIrql); in MmPageOutPhysicalAddress()
90 MiReleasePfnLock(OldIrql); in MmPageOutPhysicalAddress()
95 MiReleasePfnLock(OldIrql); in MmPageOutPhysicalAddress()
333 KIRQL OldIrql; in MmInsertRmap() local
361 OldIrql = MiAcquirePfnLock(); in MmInsertRmap()
398 MiReleasePfnLock(OldIrql); in MmInsertRmap()
417 KIRQL OldIrql; in MmDeleteRmap() local
419 OldIrql = MiAcquirePfnLock(); in MmDeleteRmap()
[all …]

1234567891011