Searched refs:new_thread (Results 1 – 1 of 1) sorted by relevance
4835 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked() argument4852 if (!new_thread) in binder_get_thread_ilocked()4854 thread = new_thread; in binder_get_thread_ilocked()4870 INIT_LIST_HEAD(&new_thread->waiting_thread_node); in binder_get_thread_ilocked()4877 struct binder_thread *new_thread; in binder_get_thread() local4883 new_thread = kzalloc(sizeof(*thread), GFP_KERNEL); in binder_get_thread()4884 if (new_thread == NULL) in binder_get_thread()4887 thread = binder_get_thread_ilocked(proc, new_thread); in binder_get_thread()4889 if (thread != new_thread) in binder_get_thread()4890 kfree(new_thread); in binder_get_thread()