Home
last modified time | relevance | path

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

/acpica-3.7.0/source/os_specific/service_layers/
Doswinxf.c197 UINT16 MaxUnits; member
828 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument
877 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument
887 if (MaxUnits == ACPI_UINT32_MAX) in AcpiOsCreateSemaphore()
889 MaxUnits = 255; in AcpiOsCreateSemaphore()
894 InitialUnits = MaxUnits; in AcpiOsCreateSemaphore()
897 if (InitialUnits > MaxUnits) in AcpiOsCreateSemaphore()
921 Mutex = CreateSemaphore (NULL, InitialUnits, MaxUnits, NULL); in AcpiOsCreateSemaphore()
928 AcpiGbl_Semaphores[i].MaxUnits = (UINT16) MaxUnits; in AcpiOsCreateSemaphore()
934 i, MaxUnits, InitialUnits, Mutex)); in AcpiOsCreateSemaphore()
[all …]
Dosunixxf.c830 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument
878 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument
Doszephyr.c1105 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument
/acpica-3.7.0/source/include/
Dacpiosxf.h276 UINT32 MaxUnits,
/acpica-3.7.0/source/os_specific/efi/
Dosefixf.c399 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument
/acpica-3.7.0/documents/
Dchanges.txt19747 A "MaxUnits" parameter has been added to AcpiOsCreateSemaphore.