Home
last modified time | relevance | path

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

/kernel/
Dfork.c1171 static int copy_mm(unsigned long clone_flags, struct task_struct *tsk) in copy_mm()
1217 static int copy_fs(unsigned long clone_flags, struct task_struct *tsk) in copy_fs()
1237 static int copy_files(unsigned long clone_flags, struct task_struct *tsk) in copy_files()
1264 static int copy_io(unsigned long clone_flags, struct task_struct *tsk) in copy_io()
1290 static int copy_sighand(unsigned long clone_flags, struct task_struct *tsk) in copy_sighand()
1339 static int copy_signal(unsigned long clone_flags, struct task_struct *tsk) in copy_signal()
1467 unsigned long clone_flags, in copy_process()
1926 long _do_fork(unsigned long clone_flags, in _do_fork()
2001 long do_fork(unsigned long clone_flags, in do_fork()
2043 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument
Dcred.c322 int copy_creds(struct task_struct *p, unsigned long clone_flags) in copy_creds()
/kernel/sched/
Dcore.c2238 static void __sched_fork(unsigned long clone_flags, struct task_struct *p) in __sched_fork()
2420 int sched_fork(unsigned long clone_flags, struct task_struct *p) in sched_fork()