| /linux/arch/csky/kernel/ |
| H A D | process.c | 33 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
| /linux/arch/hexagon/kernel/ |
| H A D | process.c | 53 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
| /linux/arch/openrisc/kernel/ |
| H A D | process.c | 166 copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
| /linux/arch/arc/kernel/ |
| H A D | process.c | 167 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
| H A D | entry.S | 60 mov r0, r13 ; (see PF_KTHREAD block in copy_thread)
|
| /linux/arch/microblaze/kernel/ |
| H A D | process.c | 55 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
| /linux/arch/sh/kernel/ |
| H A D | process_32.c | 90 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
| /linux/arch/m68k/kernel/ |
| H A D | process.c | 142 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
| /linux/arch/xtensa/kernel/ |
| H A D | process.c | 268 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
| /linux/arch/um/kernel/ |
| H A D | process.c | 146 int copy_thread(struct task_struct * p, const struct kernel_clone_args *args) in copy_thread() function
|
| /linux/arch/nios2/kernel/ |
| H A D | process.c | 102 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
| /linux/arch/alpha/kernel/ |
| H A D | process.c | 232 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
| /linux/arch/arm/kernel/ |
| H A D | process.c | 235 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
| /linux/arch/loongarch/kernel/ |
| H A D | process.c | 117 * state becoming stale if the parent is preempted before copy_thread() in arch_dup_task_struct() 171 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() 170 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) copy_thread() function
|
| /linux/arch/riscv/kernel/ |
| H A D | process.c | 240 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
| /linux/arch/arm64/kernel/ |
| H A D | process.c | 412 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() 411 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) copy_thread() function
|
| /linux/kernel/ |
| H A D | fork.c | 2270 retval = copy_thread(p, args); in copy_process()
|