Home
last modified time | relevance | path

Searched refs:new_thread (Results 1 – 9 of 9) sorted by relevance

/drivers/md/dm-vdo/
A Dthread-registry.c26 struct registered_thread *new_thread, const void *pointer) in vdo_register_thread() argument
31 INIT_LIST_HEAD(&new_thread->links); in vdo_register_thread()
32 new_thread->pointer = pointer; in vdo_register_thread()
33 new_thread->task = current; in vdo_register_thread()
44 list_add_tail_rcu(&new_thread->links, &registry->links); in vdo_register_thread()
A Dthread-device.c12 void vdo_register_thread_device_id(struct registered_thread *new_thread, in vdo_register_thread_device_id() argument
15 vdo_register_thread(&device_id_thread_registry, new_thread, id_ptr); in vdo_register_thread_device_id()
A Dthread-utils.c51 const char *name, struct thread **new_thread) in vdo_create_thread() argument
95 *new_thread = thread; in vdo_create_thread()
A Dthread-device.h11 void vdo_register_thread_device_id(struct registered_thread *new_thread,
A Dthread-utils.h17 const char *name, struct thread **new_thread);
A Dthread-registry.h26 struct registered_thread *new_thread, const void *pointer);
A Dmemory-alloc.c40 void vdo_register_allocating_thread(struct registered_thread *new_thread, in vdo_register_allocating_thread() argument
49 vdo_register_thread(&allocating_threads, new_thread, flag_ptr); in vdo_register_allocating_thread()
A Dmemory-alloc.h153 void vdo_register_allocating_thread(struct registered_thread *new_thread,
/drivers/android/
A Dbinder.c5173 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked() argument
5190 if (!new_thread) in binder_get_thread_ilocked()
5192 thread = new_thread; in binder_get_thread_ilocked()
5207 INIT_LIST_HEAD(&new_thread->waiting_thread_node); in binder_get_thread_ilocked()
5214 struct binder_thread *new_thread; in binder_get_thread() local
5220 new_thread = kzalloc(sizeof(*thread), GFP_KERNEL); in binder_get_thread()
5221 if (new_thread == NULL) in binder_get_thread()
5224 thread = binder_get_thread_ilocked(proc, new_thread); in binder_get_thread()
5226 if (thread != new_thread) in binder_get_thread()
5227 kfree(new_thread); in binder_get_thread()

Completed in 28 milliseconds