Home
last modified time | relevance | path

Searched defs:acpi_object_mutex (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/acpi/acpica/
Dacobject.h122 struct acpi_object_mutex { struct
123 ACPI_OBJECT_COMMON_HEADER u8 sync_level; /* 0-15, specified in Mutex() call */
124 u16 acquisition_depth; /* Allow multiple Acquires, same thread */
125 acpi_mutex os_mutex; /* Actual OS synchronization object */
126 acpi_thread_id thread_id; /* Current owner of the mutex */
127 struct acpi_thread_state *owner_thread; /* Current owner of the mutex */
128 union acpi_operand_object *prev; /* Link for list of acquired mutexes */
129 union acpi_operand_object *next; /* Link for list of acquired mutexes */
130 struct acpi_namespace_node *node; /* Containing namespace node */
131 u8 original_sync_level; /* Owner's original sync level (0-15) */