Searched refs:new_thread (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | process.c | 1223 struct thread_struct *new_thread) in restore_sprs() argument 1238 if (new_thread->dscr_inherit) in restore_sprs() 1239 dscr = new_thread->dscr; in restore_sprs() 1247 mtspr(SPRN_BESCR, new_thread->bescr); in restore_sprs() 1249 mtspr(SPRN_EBBHR, new_thread->ebbhr); in restore_sprs() 1251 mtspr(SPRN_EBBRR, new_thread->ebbrr); in restore_sprs() 1254 mtspr(SPRN_FSCR, new_thread->fscr); in restore_sprs() 1257 mtspr(SPRN_TAR, new_thread->tar); in restore_sprs() 1262 mtspr(SPRN_TIDR, new_thread->tidr); in restore_sprs() 1276 new_thread = &new->thread; in __switch_to() [all …]
|
/linux-6.3-rc2/arch/um/kernel/ |
A D | process.c | 185 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread()
|
/linux-6.3-rc2/arch/um/include/shared/ |
A D | os.h | 290 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
|
/linux-6.3-rc2/drivers/android/ |
A D | binder.c | 4825 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked() argument 4842 if (!new_thread) in binder_get_thread_ilocked() 4844 thread = new_thread; in binder_get_thread_ilocked() 4859 INIT_LIST_HEAD(&new_thread->waiting_thread_node); in binder_get_thread_ilocked() 4866 struct binder_thread *new_thread; in binder_get_thread() local 4872 new_thread = kzalloc(sizeof(*thread), GFP_KERNEL); in binder_get_thread() 4873 if (new_thread == NULL) in binder_get_thread() 4876 thread = binder_get_thread_ilocked(proc, new_thread); in binder_get_thread() 4878 if (thread != new_thread) in binder_get_thread() 4879 kfree(new_thread); in binder_get_thread()
|
/linux-6.3-rc2/arch/um/os-Linux/skas/ |
A D | process.c | 615 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() function
|
Completed in 18 milliseconds