Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Dexsystem.c272 acpi_os_create_semaphore(ACPI_NO_UNIT_LIMIT, 0, &temp_semaphore); in acpi_ex_system_reset_event()
H A Dexcreate.c121 status = acpi_os_create_semaphore(ACPI_NO_UNIT_LIMIT, 0, in acpi_ex_create_event()
H A Dutcopy.c760 status = acpi_os_create_semaphore(ACPI_NO_UNIT_LIMIT, 0, in acpi_ut_copy_simple_object()
/openbmc/linux/include/acpi/
H A Dacpiosxf.h30 #define ACPI_NO_UNIT_LIMIT ((u32) -1) macro