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)
158 * starts and the stops of the debugger thread.
353 * This is ensured by the running fact of the debugger thread
409 acpi_aml_io.thread = NULL;
418 * acpi_aml_create_thread() - Create AML debugger thread
419 * @function: the debugger thread callback
420 * @context: the context to be passed to the debugger thread
423 * used by the ACPICA debugger to create the debugger thread.
436 pr_err("Failed to create AML debugger thread.\n");
441 acpi_aml_io.thread = t;
486 * thread.
497 * No writer is allowed unless the debugger thread is
509 pr_debug("Initializing debugger thread.\n");
516 pr_debug("Debugger thread initialized.\n");
554 * stop so that ACPICA command loop of the debugger thread
560 * Then we try to terminate the debugger thread if it is
563 pr_debug("Terminating debugger thread.\n");
566 pr_debug("Debugger thread terminated.\n");