Searched refs:new_thread (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Dthread-device.h11 void vdo_register_thread_device_id(struct registered_thread *new_thread,
H A Dthread-device.c12 void vdo_register_thread_device_id(struct registered_thread *new_thread, argument
15 vdo_register_thread(&device_id_thread_registry, new_thread, id_ptr);
H A Dthread-utils.h17 const char *name, struct thread **new_thread);
H A Dthread-registry.c26 struct registered_thread *new_thread, const void *pointer)
31 INIT_LIST_HEAD(&new_thread->links);
32 new_thread->pointer = pointer;
33 new_thread->task = current;
44 list_add_tail_rcu(&new_thread->links, &registry->links);
25 vdo_register_thread(struct thread_registry *registry, struct registered_thread *new_thread, const void *pointer) argument
H A Dthread-registry.h26 struct registered_thread *new_thread, const void *pointer);
H A Dthread-utils.c51 const char *name, struct thread **new_thread)
95 *new_thread = thread;
50 vdo_create_thread(void (*thread_function)(void *), void *thread_data, const char *name, struct thread **new_thread) argument
H A Dmemory-alloc.h153 void vdo_register_allocating_thread(struct registered_thread *new_thread,
H A Dmemory-alloc.c37 * @new_thread: registered_thread structure to use for the current thread
40 void vdo_register_allocating_thread(struct registered_thread *new_thread, argument
49 vdo_register_thread(&allocating_threads, new_thread, flag_ptr);
/linux-master/arch/powerpc/kernel/
H A Dprocess.c1229 struct thread_struct *new_thread)
1233 old_thread->vrsave != new_thread->vrsave)
1234 mtspr(SPRN_VRSAVE, new_thread->vrsave);
1238 old_thread->spefscr != new_thread->spefscr)
1239 mtspr(SPRN_SPEFSCR, new_thread->spefscr);
1244 if (new_thread->dscr_inherit)
1245 dscr = new_thread->dscr;
1252 if (old_thread->bescr != new_thread->bescr)
1253 mtspr(SPRN_BESCR, new_thread->bescr);
1254 if (old_thread->ebbhr != new_thread
1228 restore_sprs(struct thread_struct *old_thread, struct thread_struct *new_thread) argument
1284 struct thread_struct *new_thread, *old_thread; local
[all...]
/linux-master/arch/um/include/shared/
H A Dos.h290 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
/linux-master/arch/um/kernel/
H A Dprocess.c168 new_thread(task_stack_page(p), &p->thread.switch_buf, handler);
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c571 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) function
/linux-master/drivers/android/
H A Dbinder.c4857 struct binder_proc *proc, struct binder_thread *new_thread)
4874 if (!new_thread)
4876 thread = new_thread;
4891 INIT_LIST_HEAD(&new_thread->waiting_thread_node);
4898 struct binder_thread *new_thread; local
4904 new_thread = kzalloc(sizeof(*thread), GFP_KERNEL);
4905 if (new_thread == NULL)
4908 thread = binder_get_thread_ilocked(proc, new_thread);
4910 if (thread != new_thread)
4911 kfree(new_thread);
4856 binder_get_thread_ilocked( struct binder_proc *proc, struct binder_thread *new_thread) argument
[all...]

Completed in 337 milliseconds