Home
last modified time | relevance | path

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

/kernel/
Dfork.c1663 static int copy_mm(unsigned long clone_flags, struct task_struct *tsk) in copy_mm()
1700 static int copy_fs(unsigned long clone_flags, struct task_struct *tsk) in copy_fs()
1720 static int copy_files(unsigned long clone_flags, struct task_struct *tsk) in copy_files()
1747 static int copy_sighand(unsigned long clone_flags, struct task_struct *tsk) in copy_sighand()
1796 static int copy_signal(unsigned long clone_flags, struct task_struct *tsk) in copy_signal()
2064 static void copy_oom_score_adj(u64 clone_flags, struct task_struct *tsk) in copy_oom_score_adj()
2113 const u64 clone_flags = args->flags; in copy_process() local
2747 u64 clone_flags = args->flags; in kernel_clone() local
2897 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument
Dcred.c343 int copy_creds(struct task_struct *p, unsigned long clone_flags) in copy_creds()
/kernel/events/
Dcore.c13340 u64 clone_flags, int *inherited_all) in inherit_task_group()
13381 u64 clone_flags) in perf_event_init_context()
13481 int perf_event_init_task(struct task_struct *child, u64 clone_flags) in perf_event_init_task()
/kernel/sched/
Dcore.c4522 static void __sched_fork(unsigned long clone_flags, struct task_struct *p) in __sched_fork()
4745 int sched_fork(unsigned long clone_flags, struct task_struct *p) in sched_fork()
Dsched.h1764 init_numa_balancing(unsigned long clone_flags, struct task_struct *p) in init_numa_balancing()
Dfair.c3081 void init_numa_balancing(unsigned long clone_flags, struct task_struct *p) in init_numa_balancing()