Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
H A Doswinxf.c198 UINT16 CurrentUnits; member
929 AcpiGbl_Semaphores[i].CurrentUnits = (UINT16) InitialUnits; in AcpiOsCreateSemaphore()
1043 if (AcpiGbl_Semaphores[Index].CurrentUnits == 0) in AcpiOsWaitSemaphore()
1052 AcpiGbl_Semaphores[Index].CurrentUnits--; in AcpiOsWaitSemaphore()
1099 if ((AcpiGbl_Semaphores[Index].CurrentUnits + 1) > in AcpiOsSignalSemaphore()
1104 Index, AcpiGbl_Semaphores[Index].CurrentUnits, in AcpiOsSignalSemaphore()
1110 AcpiGbl_Semaphores[Index].CurrentUnits++; in AcpiOsSignalSemaphore()