/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/parisc/kernel/ |
H A D | process.c | 202 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/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/include/linux/sched/ |
H A D | task.h | 82 extern int copy_thread(struct task_struct *, const struct kernel_clone_args *);
|
/linux/arch/s390/kernel/ |
H A D | process.c | 96 * of in copy_thread() to avoid premature freeing of associated memory in arch_dup_task_struct() 107 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/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/sparc/kernel/ |
H A D | process_32.c | 261 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) function
|
H A D | process_64.c | 568 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
/linux/arch/riscv/kernel/ |
H A D | process.c | 224 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 | 410 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
/linux/arch/mips/kernel/ |
H A D | process.c | 86 * state becoming stale if the parent is preempted before copy_thread() in arch_dup_task_struct() 108 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
/linux/arch/x86/kernel/ |
H A D | process.c | 160 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
/linux/arch/powerpc/kernel/ |
H A D | process.c | 1353 * ret_from_kernel_thread(). See copy_thread() for details. in __switch_to() 1387 * Math facilities are masked out of the child MSR in copy_thread. in __switch_to() 1758 int copy_thread(struct task_struct *p, const struct kernel_clone_args *args) in copy_thread() function
|
/linux/kernel/ |
H A D | fork.c | 2184 retval = copy_thread(p, args); in copy_process()
|