Lines Matching +full:acquisition +full:- +full:time
1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
4 * Module Name: evglock - Global Lock support
6 * Copyright (C) 2000 - 2023, Intel Corp.
105 * PARAMETERS: context - From thread interface, not used
132 * Send a unit to the global lock semaphore. The actual acquisition in acpi_ev_global_lock_handler()
152 * PARAMETERS: timeout - Max time to wait for the lock, in millisec.
165 * allows only one thread to acquire the HW Global Lock at a time, and makes
179 * Only one thread can acquire the GL at a time, the global_lock_mutex in acpi_ev_acquire_global_lock()
183 acpi_ex_system_wait_mutex(acpi_gbl_global_lock_mutex->mutex. in acpi_ev_acquire_global_lock()
195 * regardless of where the acquisition request originated. in acpi_ev_acquire_global_lock()
306 acpi_os_release_mutex(acpi_gbl_global_lock_mutex->mutex.os_mutex); in acpi_ev_release_global_lock()