Searched defs:Acq (Results 1 – 5 of 5) sorted by relevance
200 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) do { \ argument204 #define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Acq) do { \ argument
222 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) if (AcpiGbl_GlobalLockPresent) {Acq = 0xFF;} els… argument226 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) argument
190 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) if (GLptr) Acq=1; else Acq=0; argument
187 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) Acq = OSPMAcquireGlobalLock(GLptr) argument
256 #define ACPI_ACQUIRE_GLOBAL_LOCK(FacsPtr, Acq) __asm \ argument