Searched defs:clone_flags (Results 1 – 6 of 6) sorted by relevance
/kernel/ |
D | fork.c | 1663 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
|
D | cred.c | 343 int copy_creds(struct task_struct *p, unsigned long clone_flags) in copy_creds()
|
/kernel/events/ |
D | core.c | 13340 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/ |
D | core.c | 4522 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()
|
D | sched.h | 1764 init_numa_balancing(unsigned long clone_flags, struct task_struct *p) in init_numa_balancing()
|
D | fair.c | 3081 void init_numa_balancing(unsigned long clone_flags, struct task_struct *p) in init_numa_balancing()
|