Searched refs:MaxUnits (Results 1 – 5 of 5) sorted by relevance
89 UINT16 MaxUnits; member696 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument745 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument755 if (MaxUnits == ACPI_UINT32_MAX) in AcpiOsCreateSemaphore()757 MaxUnits = 255; in AcpiOsCreateSemaphore()762 InitialUnits = MaxUnits; in AcpiOsCreateSemaphore()765 if (InitialUnits > MaxUnits) in AcpiOsCreateSemaphore()796 AcpiGbl_Semaphores[i].MaxUnits = (UINT16) MaxUnits; in AcpiOsCreateSemaphore()802 i, MaxUnits, InitialUnits, Mutex)); in AcpiOsCreateSemaphore()968 AcpiGbl_Semaphores[Index].MaxUnits) in AcpiOsSignalSemaphore()[all …]
698 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument746 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument
632 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument
168 UINT32 MaxUnits,
16261 A "MaxUnits" parameter has been added to AcpiOsCreateSemaphore.
Completed in 27 milliseconds