Lines Matching defs:thread
52 struct task_struct *thread;
69 return acpi_aml_io.thread ? true : false;
78 * In addition, for the kernel space, only the debugger thread
79 * (thread ID matched) is allowed to access.
86 current != acpi_aml_io.thread)
151 * starts and the stops of the debugger thread.
346 * This is ensured by the running fact of the debugger thread
402 acpi_aml_io.thread = NULL;
411 * acpi_aml_create_thread() - Create AML debugger thread
412 * @function: the debugger thread callback
413 * @context: the context to be passed to the debugger thread
416 * used by the ACPICA debugger to create the debugger thread.
429 pr_err("Failed to create AML debugger thread.\n");
434 acpi_aml_io.thread = t;
479 * thread.
490 * No writer is allowed unless the debugger thread is
502 pr_debug("Initializing debugger thread.\n");
509 pr_debug("Debugger thread initialized.\n");
547 * stop so that ACPICA command loop of the debugger thread
553 * Then we try to terminate the debugger thread if it is
556 pr_debug("Terminating debugger thread.\n");
559 pr_debug("Debugger thread terminated.\n");