Home
last modified time | relevance | path

Searched defs:clone_flags (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v5.15/arch/h8300/kernel/
Dprocess.c108 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread()
157 unsigned long clone_flags; in sys_clone() local
/Linux-v5.15/arch/nios2/kernel/
Dprocess.c103 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread()
255 asmlinkage int nios2_clone(unsigned long clone_flags, unsigned long newsp, in nios2_clone()
/Linux-v5.15/kernel/
Dfork.c1475 static int copy_mm(unsigned long clone_flags, struct task_struct *tsk) in copy_mm()
1515 static int copy_fs(unsigned long clone_flags, struct task_struct *tsk) in copy_fs()
1535 static int copy_files(unsigned long clone_flags, struct task_struct *tsk) in copy_files()
1562 static int copy_io(unsigned long clone_flags, struct task_struct *tsk) in copy_io()
1588 static int copy_sighand(unsigned long clone_flags, struct task_struct *tsk) in copy_sighand()
1637 static int copy_signal(unsigned long clone_flags, struct task_struct *tsk) in copy_signal()
1903 static void copy_oom_score_adj(u64 clone_flags, struct task_struct *tsk) in copy_oom_score_adj()
1940 u64 clone_flags = args->flags; in copy_process() local
2545 u64 clone_flags = args->flags; in kernel_clone() local
2669 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument
Dcred.c340 int copy_creds(struct task_struct *p, unsigned long clone_flags) in copy_creds()
/Linux-v5.15/include/linux/
Dsem.h25 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) in copy_semundo()
/Linux-v5.15/arch/csky/kernel/
Dprocess.c33 int copy_thread(unsigned long clone_flags, in copy_thread()
/Linux-v5.15/arch/riscv/kernel/
Dprocess.c122 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread()
/Linux-v5.15/arch/microblaze/kernel/
Dprocess.c56 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread()
/Linux-v5.15/arch/sh/kernel/
Dprocess_32.c95 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread()
/Linux-v5.15/arch/hexagon/kernel/
Dprocess.c53 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread()
/Linux-v5.15/arch/ia64/kernel/
Dprocess.c298 copy_thread(unsigned long clone_flags, unsigned long user_stack_base, in copy_thread()
400 asmlinkage long ia64_clone(unsigned long clone_flags, unsigned long stack_start, in ia64_clone()
/Linux-v5.15/arch/s390/kernel/
Dprocess.c97 int copy_thread(unsigned long clone_flags, unsigned long new_stackp, in copy_thread()
/Linux-v5.15/arch/xtensa/kernel/
Dprocess.c204 int copy_thread(unsigned long clone_flags, unsigned long usp_thread_fn, in copy_thread()
/Linux-v5.15/arch/nds32/kernel/
Dprocess.c152 int copy_thread(unsigned long clone_flags, unsigned long stack_start, in copy_thread()
/Linux-v5.15/arch/m68k/kernel/
Dprocess.c141 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread()
/Linux-v5.15/arch/arc/kernel/
Dprocess.c165 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread()
/Linux-v5.15/arch/openrisc/kernel/
Dprocess.c155 copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread()
/Linux-v5.15/arch/parisc/kernel/
Dprocess.c188 copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread()
/Linux-v5.15/arch/sparc/kernel/
Dprocess_32.c262 int copy_thread(unsigned long clone_flags, unsigned long sp, unsigned long arg,
/Linux-v5.15/tools/testing/selftests/safesetid/
Dsafesetid-test.c181 int clone_flags = CLONE_NEWUSER; in test_userns() local
/Linux-v5.15/arch/alpha/kernel/
Dprocess.c236 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread()
/Linux-v5.15/arch/arm/kernel/
Dprocess.c232 int copy_thread(unsigned long clone_flags, unsigned long stack_start, in copy_thread()
/Linux-v5.15/arch/arm64/kernel/
Dprocess.c318 int copy_thread(unsigned long clone_flags, unsigned long stack_start, in copy_thread()
/Linux-v5.15/arch/um/kernel/
Dprocess.c156 int copy_thread(unsigned long clone_flags, unsigned long sp, in copy_thread()
/Linux-v5.15/security/tomoyo/
Dtomoyo.c494 unsigned long clone_flags) in tomoyo_task_alloc()

12