Searched refs:ZoneAllocationSpinLock (Results 1 – 2 of 2) sorted by relevance
54 KeInitializeSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock)); in UDFInitializeZones()618 KeAcquireSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), &CurrentIrql); in UDFAllocateObjectName()624 KeReleaseSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), CurrentIrql); in UDFAllocateObjectName()627 KeReleaseSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), CurrentIrql); in UDFAllocateObjectName()682 KeReleaseSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), CurrentIrql); in UDFReleaseObjectName()714 KeAcquireSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), &CurrentIrql); in UDFAllocateCCB()720 KeReleaseSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), CurrentIrql); in UDFAllocateCCB()723 KeReleaseSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), CurrentIrql); in UDFAllocateCCB()782 KeReleaseSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), CurrentIrql); in UDFReleaseCCB()996 KeAcquireSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), &CurrentIrql); in UDFAllocateIrpContext()[all …]
564 KSPIN_LOCK ZoneAllocationSpinLock; member