Home
last modified time | relevance | path

Searched refs:sync_level (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/acpi/acpica/
H A Dexmutex.c216 if (walk_state->thread->current_sync_level > obj_desc->mutex.sync_level) { in acpi_ex_acquire_mutex()
228 obj_desc->mutex.sync_level, in acpi_ex_acquire_mutex()
245 obj_desc->mutex.sync_level; in acpi_ex_acquire_mutex()
254 obj_desc->mutex.sync_level, in acpi_ex_acquire_mutex()
393 if (obj_desc->mutex.sync_level != owner_thread->current_sync_level) { in acpi_ex_release_mutex()
398 obj_desc->mutex.sync_level, in acpi_ex_release_mutex()
404 * Get the previous sync_level from the head of the acquired mutex list. in acpi_ex_release_mutex()
414 obj_desc->mutex.sync_level, in acpi_ex_release_mutex()
427 /* Restore the previous sync_level */ in acpi_ex_release_mutex()
435 obj_desc->mutex.sync_level, in acpi_ex_release_mutex()
[all...]
H A Ddsmethod.c146 walk_state->method_desc->method.sync_level = 0; in acpi_ds_detect_named_opcodes()
269 mutex_desc->mutex.sync_level = method_desc->method.sync_level; in acpi_ds_create_method_mutex()
345 obj_desc->method.mutex->mutex.sync_level)) { in acpi_ds_begin_method_execution()
375 /* Update the mutex and walk info and save the original sync_level */ in acpi_ds_begin_method_execution()
386 * Update the current sync_level only if this is not an auto- in acpi_ds_begin_method_execution()
395 obj_desc->method.sync_level; in acpi_ds_begin_method_execution()
400 obj_desc->method.mutex->mutex.sync_level; in acpi_ds_begin_method_execution()
839 method_desc->method.sync_level = 0; in acpi_ds_terminate_control_method()
H A Dacobject.h130 u8 sync_level; /* 0-15, specified in Mutex() call */ member
156 u8 sync_level; member
H A Dexcreate.c152 * Mutex (Name[0], sync_level[1])
180 obj_desc->mutex.sync_level = (u8)walk_state->operands[1]->integer.value; in acpi_ex_create_mutex()
435 * flag, and sync_level for efficiency. in acpi_ex_create_method()
442 * Get the sync_level. If method is serialized, a mutex will be in acpi_ex_create_method()
449 * ACPI 1.0: sync_level = 0 in acpi_ex_create_method()
450 * ACPI 2.0: sync_level = sync_level in method declaration in acpi_ex_create_method()
452 obj_desc->method.sync_level = (u8) in acpi_ex_create_method()
H A Dnsaccess.c191 obj_desc->mutex.sync_level = in acpi_ns_root_initialize()
H A Dnsxfname.c580 method_obj->method.sync_level = (u8) in ACPI_EXPORT_SYMBOL()
H A Dpsparse.c446 * If executing a method, the starting sync_level is this method's in acpi_ps_parse_aml()
447 * sync_level in acpi_ps_parse_aml()
451 walk_state->method_desc->method.sync_level; in acpi_ps_parse_aml()
H A Dexdump.c95 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.sync_level), "Sync Level"},
105 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(mutex.sync_level), "Sync Level"},
H A Ddbdisply.c379 (u32)obj_desc->method.sync_level); in acpi_db_display_method_info()
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_padding.c199 char sync_level; member