Home
last modified time | relevance | path

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

/kernel/
Dfork.c1448 static int copy_mm(unsigned long clone_flags, struct task_struct *tsk) in copy_mm()
1495 static int copy_fs(unsigned long clone_flags, struct task_struct *tsk) in copy_fs()
1515 static int copy_files(unsigned long clone_flags, struct task_struct *tsk) in copy_files()
1542 static int copy_io(unsigned long clone_flags, struct task_struct *tsk) in copy_io()
1568 static int copy_sighand(unsigned long clone_flags, struct task_struct *tsk) in copy_sighand()
1617 static int copy_signal(unsigned long clone_flags, struct task_struct *tsk) in copy_signal()
1884 static void copy_oom_score_adj(u64 clone_flags, struct task_struct *tsk) in copy_oom_score_adj()
1921 u64 clone_flags = args->flags; in copy_process() local
2526 u64 clone_flags = args->flags; in kernel_clone() local
2652 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument
Dcred.c336 int copy_creds(struct task_struct *p, unsigned long clone_flags) in copy_creds()
/kernel/sched/
Dcore.c3302 static void __sched_fork(unsigned long clone_flags, struct task_struct *p) in __sched_fork()
3464 int sched_fork(unsigned long clone_flags, struct task_struct *p) in sched_fork()
Dsched.h1429 init_numa_balancing(unsigned long clone_flags, struct task_struct *p) in init_numa_balancing()
Dfair.c2878 void init_numa_balancing(unsigned long clone_flags, struct task_struct *p) in init_numa_balancing()