Searched refs:new_thread (Results 1 – 1 of 1) sorted by relevance
4400 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked() argument4417 if (!new_thread) in binder_get_thread_ilocked()4419 thread = new_thread; in binder_get_thread_ilocked()4435 INIT_LIST_HEAD(&new_thread->waiting_thread_node); in binder_get_thread_ilocked()4442 struct binder_thread *new_thread; in binder_get_thread() local4448 new_thread = kzalloc(sizeof(*thread), GFP_KERNEL); in binder_get_thread()4449 if (new_thread == NULL) in binder_get_thread()4452 thread = binder_get_thread_ilocked(proc, new_thread); in binder_get_thread()4454 if (thread != new_thread) in binder_get_thread()4455 kfree(new_thread); in binder_get_thread()