Home
last modified time | relevance | path

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

/kernel/
Dfork.c1719 static int copy_mm(unsigned long clone_flags, struct task_struct *tsk) in copy_mm()
1757 static int copy_fs(unsigned long clone_flags, struct task_struct *tsk) in copy_fs()
1778 static int copy_files(unsigned long clone_flags, struct task_struct *tsk, in copy_files()
1808 static int copy_sighand(unsigned long clone_flags, struct task_struct *tsk) in copy_sighand()
1857 static int copy_signal(unsigned long clone_flags, struct task_struct *tsk) in copy_signal()
2101 static void copy_oom_score_adj(u64 clone_flags, struct task_struct *tsk) in copy_oom_score_adj()
2150 const u64 clone_flags = args->flags; in copy_process() local
2780 u64 clone_flags = args->flags; in kernel_clone() local
2932 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument
Dcred.c293 int copy_creds(struct task_struct *p, unsigned long clone_flags) in copy_creds()
/kernel/events/
Dcore.c13867 u64 clone_flags, int *inherited_all) in inherit_task_group()
13905 static int perf_event_init_context(struct task_struct *child, u64 clone_flags) in perf_event_init_context()
14003 int perf_event_init_task(struct task_struct *child, u64 clone_flags) in perf_event_init_task()
/kernel/sched/
Dcore.c4996 static void __sched_fork(unsigned long clone_flags, struct task_struct *p) in __sched_fork()
5235 int sched_fork(unsigned long clone_flags, struct task_struct *p) in sched_fork()
Dsched.h2000 init_numa_balancing(unsigned long clone_flags, struct task_struct *p) in init_numa_balancing()
Dfair.c3607 void init_numa_balancing(unsigned long clone_flags, struct task_struct *p) in init_numa_balancing()