Lines Matching defs:thread
411 struct acpi_thread_state *thread;
426 /* Create and initialize a new thread state */
428 thread = acpi_ut_create_thread_state();
429 if (!thread) {
443 walk_state->thread = thread;
450 walk_state->thread->current_sync_level =
454 acpi_ds_push_walk_state(walk_state, thread);
460 acpi_gbl_current_walk_list = thread;
503 acpi_ds_call_control_method(thread, walk_state,
514 walk_state = acpi_ds_get_current_walk_state(thread);
535 /* Check for possible multi-thread reentrancy problem */
544 * then mark "serialized" when the last thread exits.
553 walk_state = acpi_ds_pop_walk_state(thread);
585 walk_state = acpi_ds_get_current_walk_state(thread);
682 acpi_ex_release_all_mutexes(thread);
684 (union acpi_generic_state, thread));