Searched refs:MaxUnits (Results 1 – 6 of 6) sorted by relevance
/acpica-3.7.0/source/os_specific/service_layers/ |
D | oswinxf.c | 197 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 …]
|
D | osunixxf.c | 830 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument 878 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument
|
D | oszephyr.c | 1105 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument
|
/acpica-3.7.0/source/include/ |
D | acpiosxf.h | 276 UINT32 MaxUnits,
|
/acpica-3.7.0/source/os_specific/efi/ |
D | osefixf.c | 399 UINT32 MaxUnits, in AcpiOsCreateSemaphore() argument
|
/acpica-3.7.0/documents/ |
D | changes.txt | 19747 A "MaxUnits" parameter has been added to AcpiOsCreateSemaphore.
|