Home
last modified time | relevance | path

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

/kernel/
Dfork.c1224 static int copy_mm(unsigned long clone_flags, struct task_struct *tsk) in copy_mm()
1270 static int copy_fs(unsigned long clone_flags, struct task_struct *tsk) in copy_fs()
1290 static int copy_files(unsigned long clone_flags, struct task_struct *tsk) in copy_files()
1317 static int copy_io(unsigned long clone_flags, struct task_struct *tsk) in copy_io()
1343 static int copy_sighand(unsigned long clone_flags, struct task_struct *tsk) in copy_sighand()
1398 static int copy_signal(unsigned long clone_flags, struct task_struct *tsk) in copy_signal()
1559 unsigned long clone_flags, in copy_process()
2050 long _do_fork(unsigned long clone_flags, in _do_fork()
2127 long do_fork(unsigned long clone_flags, in do_fork()
2169 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument
Dcred.c327 int copy_creds(struct task_struct *p, unsigned long clone_flags) in copy_creds()
/kernel/sched/
Dcore.c2224 static void __sched_fork(unsigned long clone_flags, struct task_struct *p) in __sched_fork()
2403 int sched_fork(unsigned long clone_flags, struct task_struct *p) in sched_fork()