Home
last modified time | relevance | path

Searched refs:acpi_gbl_global_lock_semaphore (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/acpi/executer/
Dexsystem.c225 if (obj_desc->mutex.semaphore == acpi_gbl_global_lock_semaphore) { in acpi_ex_system_acquire_mutex()
268 if (obj_desc->mutex.semaphore == acpi_gbl_global_lock_semaphore) { in acpi_ex_system_release_mutex()
Dexmutex.c183 (obj_desc->mutex.semaphore == acpi_gbl_global_lock_semaphore)) { in acpi_ex_acquire_mutex()
265 (obj_desc->mutex.semaphore != acpi_gbl_global_lock_semaphore)) { in acpi_ex_release_mutex()
/linux-2.4.37.9/drivers/acpi/events/
Devmisc.c298 status = acpi_os_signal_semaphore (acpi_gbl_global_lock_semaphore, in acpi_ev_global_lock_thread()
454 status = acpi_ex_system_wait_semaphore (acpi_gbl_global_lock_semaphore, in acpi_ev_acquire_global_lock()
/linux-2.4.37.9/include/acpi/
Dacglobal.h179 ACPI_EXTERN acpi_handle acpi_gbl_global_lock_semaphore; variable
/linux-2.4.37.9/drivers/acpi/namespace/
Dnsaccess.c214 acpi_gbl_global_lock_semaphore = obj_desc->mutex.semaphore; in acpi_ns_root_initialize()