Searched refs:acpi_semaphore (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acpiosxf.h | 127 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);
|
H A D | actypes.h | 235 #define acpi_mutex acpi_semaphore 252 #ifndef acpi_semaphore 253 #define acpi_semaphore void * macro
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acpiosxf.h | 127 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);
|
H A D | actypes.h | 235 #define acpi_mutex acpi_semaphore 252 #ifndef acpi_semaphore 253 #define acpi_semaphore void * macro
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | exsystem.c | 31 acpi_status acpi_ex_system_wait_semaphore(acpi_semaphore semaphore, u16 timeout) in acpi_ex_system_wait_semaphore() 258 acpi_semaphore temp_semaphore; in acpi_ex_system_reset_event()
|
H A D | acobject.h | 119 ACPI_OBJECT_COMMON_HEADER acpi_semaphore os_semaphore; /* Actual OS synchronization object */
|
H A D | acglobal.h | 79 ACPI_GLOBAL(acpi_semaphore, acpi_gbl_global_lock_semaphore);
|
H A D | acinterp.h | 313 acpi_ex_system_wait_semaphore(acpi_semaphore semaphore, u16 timeout);
|
H A D | aclocal.h | 18 #define ACPI_GLOBAL_LOCK (acpi_semaphore) (-1)
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | exsystem.c | 31 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()
|
H A D | acobject.h | 119 ACPI_OBJECT_COMMON_HEADER acpi_semaphore os_semaphore; /* Actual OS synchronization object */
|
H A D | acglobal.h | 80 ACPI_GLOBAL(acpi_semaphore, acpi_gbl_global_lock_semaphore);
|
H A D | acinterp.h | 313 acpi_ex_system_wait_semaphore(acpi_semaphore semaphore, u16 timeout);
|
H A D | aclocal.h | 18 #define ACPI_GLOBAL_LOCK (acpi_semaphore) (-1)
|
Completed in 16 milliseconds