Lines Matching defs:thread
1591 * SRCU below in order to avoid deadlock with another thread
3658 * within the vCPU thread itself.
4148 /* The thread running this VCPU changed. */
5984 * because even if the current thread is migrated to another CPU, reading
6177 * The init_context is allocated on the stack of the parent thread, so
6243 struct task_struct *thread;
6252 thread = kthread_run(kvm_vm_worker_thread, &init_context,
6254 if (IS_ERR(thread))
6255 return PTR_ERR(thread);
6258 WARN_ON(thread == NULL);
6263 *thread_ptr = thread;