Home
last modified time | relevance | path

Searched refs:ReserveIrpInUse (Results 1 – 2 of 2) sorted by relevance

/reactos/ntoskrnl/io/iomgr/
H A Dirp.c563 ReserveIrpAllocator->ReserveIrpInUse = 0; in IopInitializeReserveIrp()
582 while (InterlockedExchange(&IopReserveIrpAllocator.ReserveIrpInUse, 1) == 1) in IopAllocateReserveIrp()
602 InterlockedExchange(&IopReserveIrpAllocator.ReserveIrpInUse, 0); in IopFreeReserveIrp()
/reactos/ntoskrnl/include/internal/
H A Dio.h504 volatile LONG ReserveIrpInUse; member