Lines Matching refs:new_thread
5096 struct binder_proc *proc, struct binder_thread *new_thread)
5113 if (!new_thread)
5115 thread = new_thread;
5129 INIT_LIST_HEAD(&new_thread->waiting_thread_node);
5136 struct binder_thread *new_thread;
5142 new_thread = kzalloc(sizeof(*thread), GFP_KERNEL);
5143 if (new_thread == NULL)
5146 thread = binder_get_thread_ilocked(proc, new_thread);
5148 if (thread != new_thread)
5149 kfree(new_thread);