Home
last modified time | relevance | path

Searched refs:acpi_semaphore (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/include/acpi/
A Dacpiosxf.h127 u32 initial_units, acpi_semaphore * out_handle);
131 acpi_status acpi_os_delete_semaphore(acpi_semaphore handle);
136 acpi_os_wait_semaphore(acpi_semaphore handle, u32 units, u16 timeout);
140 acpi_status acpi_os_signal_semaphore(acpi_semaphore handle, u32 units);
A Dactypes.h235 #define acpi_mutex acpi_semaphore
252 #ifndef acpi_semaphore
253 #define acpi_semaphore void * macro
/linux-6.3-rc2/drivers/acpi/acpica/
A Dexsystem.c31 acpi_status acpi_ex_system_wait_semaphore(acpi_semaphore semaphore, u16 timeout) in acpi_ex_system_wait_semaphore()
263 acpi_semaphore temp_semaphore; in acpi_ex_system_reset_event()
A Dacobject.h119 ACPI_OBJECT_COMMON_HEADER acpi_semaphore os_semaphore; /* Actual OS synchronization object */
A Dacglobal.h80 ACPI_GLOBAL(acpi_semaphore, acpi_gbl_global_lock_semaphore);
A Dacinterp.h313 acpi_ex_system_wait_semaphore(acpi_semaphore semaphore, u16 timeout);
A Daclocal.h18 #define ACPI_GLOBAL_LOCK (acpi_semaphore) (-1)

Completed in 19 milliseconds